diff options
Diffstat (limited to 'zola-static/templates')
| -rw-r--r-- | zola-static/templates/base.html | 2 | ||||
| -rw-r--r-- | zola-static/templates/index.html | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/zola-static/templates/base.html b/zola-static/templates/base.html index 2bc2f49..e1fb9b3 100644 --- a/zola-static/templates/base.html +++ b/zola-static/templates/base.html @@ -13,7 +13,7 @@ {% block header %} <h1 class="header-title"><a href="{{ config.base_url }}">Jack Jamison</a></h1> {% endblock header %} - <hr> + <hr class="header-separator"> {% block content %} {% endblock content %} </div> </section> 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 %} |
