Mention GitHub, Zola, and Netlify in the footer

This commit is contained in:
Philipp Oppermann
2019-04-23 14:27:00 +02:00
parent 8e6e5f7dcc
commit 1ff397f568

View File

@@ -39,8 +39,13 @@
<footer class="footer"> <footer class="footer">
<hr> <hr>
<small> <small>
&copy; <time datetime="2019">2019</time>. All rights reserved. <p>
<a href="{{ get_url(path="./pages/contact.md") }}">Contact</a> &copy; <time datetime="2019">2019</time>. All rights reserved.
<a href="{{ get_url(path="./pages/contact.md") }}">Contact</a>
</p>
<p style = "color: gray;">
Developed on <a href="https://github.com/phil-opp/blog_os">GitHub</a>, built with <a href="https://www.getzola.org/">Zola</a>, </a>hosted on <a href="https://www.netlify.com">Netlify</a>.
</p>
</small> </small>
</footer> </footer>
</div> </div>