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 | |
| parent | 5088967306f9b9e875bc3bcf86c8fc3c0f982847 (diff) | |
Update new surname
| -rw-r--r-- | config.toml | 4 | ||||
| -rw-r--r-- | templates_gmi/base.html | 4 | ||||
| -rw-r--r-- | templates_html/base.html | 4 | ||||
| -rw-r--r-- | templates_html/page.html | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/config.toml b/config.toml index 6a47a86..a2bc98b 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,12 @@ # The URL the site will be built for base_url = "https://jan.systems" -title = "Jan Tuomi" +title = "Jan Sydänviita (né Tuomi)" description = "Minimalist, digital gardener, senior software engineer." default_language = "en" generate_feeds = true feed_filenames = ["atom.xml"] -author = "Jan Tuomi" +author = "Jan Sydänviita (né Tuomi)" generate_sitemap = true generate_robots_txt = true compile_sass = false diff --git a/templates_gmi/base.html b/templates_gmi/base.html index 3c9447f..28c751a 100644 --- a/templates_gmi/base.html +++ b/templates_gmi/base.html @@ -1,4 +1,4 @@ -# Jan Tuomi +# Jan Sydänviita (né Tuomi) => /posts posts => /linklog linklog @@ -6,6 +6,6 @@ => /projects projects {% block content %}{% endblock %} -> Jan Tuomi. Minimalist, digital gardener, senior software engineer. Finland. +Jan Sydänviita (né Tuomi). Minimalist, digital gardener, senior software engineer. Finland. => https://github.com/jantuomi GitHub 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> |
