diff options
Diffstat (limited to '_shared/build.py')
| -rw-r--r-- | _shared/build.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_shared/build.py b/_shared/build.py index 7d27f41..a12cd73 100644 --- a/_shared/build.py +++ b/_shared/build.py @@ -19,9 +19,10 @@ def render(title, breadcrumb, style, extra_css, body, footer): </head> <body> <header> -<h1><a href="https://gumx.cc">gumx</a> / {breadcrumb}</h1> +<nav><strong><a href="https://gumx.cc">gumx</a></strong> / {breadcrumb}</nav> </header> <main> +<h1>{breadcrumb}</h1> {body} </main> {footer} |
