Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit ff5e70b

Browse files
committed
Move netlify badge to be served from site
Instead of serving it remotely from netlify. Now we have control of it. Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent 3398c9c commit ff5e70b

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3 class="footer-nav">About</h3>
6363
<br />
6464
<br />
6565
<a href="https://www.netlify.com">
66-
<img src="https://www.netlify.com/img/global/badges/netlify-light.svg"/>
66+
<img src="{{ "img/netlify-light.svg" | absURL }}" alt="Deploys by Netlify">
6767
</a>
6868
</div>
6969
</div>

0 commit comments

Comments
 (0)