all repos — zola-bearblog @ 56ce5790857b11bf69d515fe06f089b5331c6bdd

Port of bear blog theme to zola

Merge pull request 'Correction of headings hierarchy and styling' (#7) from dobrvlskyi/zola-bearblog:headings into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/7

Alan Pearce
commit

56ce5790857b11bf69d515fe06f089b5331c6bdd

parent

91f72a8f3071daebea322fb65365cda55956512f

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/header.htmltemplates/header.html
@@ -1,6 +1,6 @@
<header> <a href="{{ get_url(path="@/_index.md", lang=lang) }}" class="title"> - <h2>{{ config.title }}</h2> + <h1>{{ config.title }}</h1> </a> <nav> {% include "nav.html" %}