diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-08-17 13:38:08 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-08-17 13:38:08 +0300 |
| commit | 041a9929134b75822e0771d38fc5890f1277280f (patch) | |
| tree | e8d18a24455669444ad45a3c422005ccabd77d78 /templates_html | |
| parent | 5088967306f9b9e875bc3bcf86c8fc3c0f982847 (diff) | |
Update new surname
Diffstat (limited to 'templates_html')
| -rw-r--r-- | templates_html/base.html | 4 | ||||
| -rw-r--r-- | templates_html/page.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates_html/base.html b/templates_html/base.html index 82f185e..dd893f5 100644 --- a/templates_html/base.html +++ b/templates_html/base.html @@ -86,7 +86,7 @@ </head> <body> <div class="header-row"> - <a class="page-title" href="/">Jan Tuomi</a> + <a class="page-title" href="/">Jan Sydänviita (né Tuomi)</a> <div id="dark-mode-btn"></div> </div> <nav> @@ -163,7 +163,7 @@ src="https://jan.systems/files/Jan_Tuomi_headshot.jpg" loading="lazy" /> - <p class="p-name">Jan Tuomi</p> + <p class="p-name">Jan Sydänviita (né Tuomi)</p> <p class="p-nickname">@jantuomi</p> <p class="p-country-name">Finland</p> </div> diff --git a/templates_html/page.html b/templates_html/page.html index 61db175..3aebb83 100644 --- a/templates_html/page.html +++ b/templates_html/page.html @@ -28,7 +28,7 @@ src="https://jan.systems/files/Jan_Tuomi_headshot.jpg" loading="lazy" /> - Jan Tuomi + Jan Tuomi (né Tuomi) </a> <a class="u-url" href="https://jan.systems/{{ page.path }}"> Published <time class="dt-published">{{ page.date }}</time> |
