diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-15 20:03:39 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-15 20:03:39 -0300 |
commit | 81e247977192c8d02be7d10b4b16f1a3d1eafe08 (patch) | |
tree | dba15930e71d036fec0ab301755edba2bcee0fdd /zola/templates/base.html | |
parent | 42e155ce1e14e812368b1132687361ed701fe365 (diff) | |
download | ndato.com-81e247977192c8d02be7d10b4b16f1a3d1eafe08.tar.gz ndato.com-81e247977192c8d02be7d10b4b16f1a3d1eafe08.tar.bz2 |
reducing font size a bit
Diffstat (limited to 'zola/templates/base.html')
-rw-r--r-- | zola/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zola/templates/base.html b/zola/templates/base.html index 8931f76..83ab4f2 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -10,7 +10,7 @@ <section class="mainheader" title="Header"> <header> <img src="/lambda.svg" class="logo" alt="Lambda" title="Lambda Logo"> - ndato.com.ar + ndato.com </header> <nav class="navigation">{% block navigation %}{% endblock %}</nav> </section> @@ -43,7 +43,7 @@ </section> </div> <section title="Footer"> - <footer>ndato.com.ar - Nicolás Dato - 2024</footer> + <footer>ndato.com - Nicolás Dato - 2024</footer> </section> </body> </html> |