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">
<hr>
<small>
&copy; <time datetime="2019">2019</time>. All rights reserved.
<a href="{{ get_url(path="./pages/contact.md") }}">Contact</a>
<p>
&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>
</footer>
</div>