website

Sources for my personal website
Log | Files | Refs | README

commit 969571ffc973d8ed13b11127830a703f6dd9441f
parent 355f270ec0021d5436e1b70d0be469309dfb9a93
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Fri, 10 Dec 2021 21:44:48 +0100

Add h1 = title to template

Diffstat:
Mtemplate.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/template.html b/template.html @@ -7,6 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> + <h1>$title$</h1> $body$ <footer> 🏠<a href="https://svenmoeller.xyz">svenmoeller.xyz</a> <span style="white-space: nowrap;">📧<a href="mailto:sven-moeller@outlook.de">sven-moeller@outlook.de</a></span>