mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Mention GitHub, Zola, and Netlify in the footer
This commit is contained in:
@@ -39,8 +39,13 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<hr>
|
<hr>
|
||||||
<small>
|
<small>
|
||||||
© <time datetime="2019">2019</time>. All rights reserved.
|
<p>
|
||||||
<a href="{{ get_url(path="./pages/contact.md") }}">Contact</a>
|
© <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>
|
||||||
|
|||||||
Reference in New Issue
Block a user