diff options
Diffstat (limited to 'zola-static/templates/index.html')
| -rw-r--r-- | zola-static/templates/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index d6f1f79..fd4d508 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -32,6 +32,5 @@ <li><a href="https://portfolio.jackjamison.net">Old portfolio (haven't migrated here yet)</a></li> </ul> </div> -<hr> -<p class="footer-text"><a href="{{ get_url(path='@/blog/_index.md') }}">All articles sorted by date</a> • <a href="{{ get_url(path='@/the-archive.md') }}">Archive</a></p> +<p class="footer-text"><b><a href="{{ get_url(path='@/blog/_index.md') }}">All articles sorted by date</a>•<a href="{{ get_url(path='@/the-archive.md') }}">Archive</a></b></p> {% endblock content %} |
