diff options
author | Alex <alex@scerba.org> | 2024-06-02 10:36:53 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-08-15 22:54:25 -0500 |
commit | 37383c74f675fd3f4374c373e5a87db56ccac901 (patch) | |
tree | 7c8b89f7c65c8acc0c9c188ac22e93f158ee2972 /html | |
parent | 958af985bf6f41ceac94c49ce443358734f0f98e (diff) |
Switch to ScerbaDotOrg as site title
Diffstat (limited to 'html')
-rw-r--r-- | html/master.tmpl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/master.tmpl.html b/html/master.tmpl.html index 2857701..5bbc540 100644 --- a/html/master.tmpl.html +++ b/html/master.tmpl.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Alexander Rees Scerba" />
- <title>{{block "title" .}}Page{{end}} - Scerba.org</title>
+ <title>{{block "title" .}}Page{{end}} - ScerbaDotOrg</title>
<meta name="description" content="{{block "description" .}}Alex's personal site{{end}}" />
<meta name="keywords" content="{{block "keywords" .}}personal site{{end}}">
<link rel="canonical" href="https://www.scerba.org{{block "canonical" .}}{{end}}">
@@ -17,7 +17,7 @@ <div class="top-bar">
<a href="/" class="logo-w-name">
<!--<img src="/static/logo.svg" alt="Logo" class="logo"/>-->
- <span class="name">Alex Scerba</span>
+ <span class="name">ScerbaDotOrg</span>
</a>
<div class="main-nav-position">
<input type="checkbox" class="toggler">
|