Skip to content

Commit

Permalink
fix(footer): reset weight for author
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Sep 8, 2024
1 parent 33dfaa6 commit d225735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1 class="section-title">{%- block page_title %}{% if page.title %}{{ page.titl
</ul>
</nav>
{% endif %}
<p>{% if config.extra.footer.hash %}{{ hash | truncate(length=7, end="") }} {% endif %}{% if config.extra.footer.copyright %}<b>©</b> {{ current_year }}{% endif %} {% if config.extra.footer.author %}<b>{{ config.author }}</b>{% endif %}</p>
<p>{% if config.extra.footer.hash %}{{ hash | truncate(length=7, end="") }} {% endif %}{% if config.extra.footer.copyright %}<b>©</b> {{ current_year }}{% endif %} {% if config.extra.footer.author %}{{ config.author }}{% endif %}</p>
{% if config.extra.footer.stack == true %}
<p>Powered by <a href="https://www.getzola.org" target="_blank">Zola</a> & <a href="https://halve-z.netlify.app" target="_blank">Halve-Z</a></p>
{% endif %}
Expand Down

0 comments on commit d225735

Please sign in to comment.