aboutsummaryrefslogtreecommitdiff
path: root/zola-static/templates
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-12-21 23:49:40 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-12-21 23:49:40 -0500
commitbd6bc98539d7d256b372fe393a4a040724ac2544 (patch)
tree3662d700288fe4facef88d08f9ea4a6a8b9924cd /zola-static/templates
parent388f1645f25f9ec02ce36773a15a8fc1b12fbbf0 (diff)
improve styling
Diffstat (limited to 'zola-static/templates')
-rw-r--r--zola-static/templates/base.html2
-rw-r--r--zola-static/templates/index.html3
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> &#8226 <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>&#8226<a href="{{ get_url(path='@/the-archive.md') }}">Archive</a></b></p>
{% endblock content %}