Browse Source

fix

master
Tovi Jaeschke-Rogers 1 month ago
parent
commit
cb944f9368
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      web/html/header.gohtml
  2. +2
    -2
      web/html/index.gohtml

+ 1
- 1
web/html/header.gohtml View File

@ -1,5 +1,5 @@
<header> <header>
<a href="/"><h2 href="/">Tovi Jaeschke</h2></a>
<a href="/"><h2 href="/">Tovi Jaeschke-Rogers</h2></a>
<div class="nav-toggle"> <div class="nav-toggle">
<div class="nav-toggle-bar"></div> <div class="nav-toggle-bar"></div>
</div> </div>


+ 2
- 2
web/html/index.gohtml View File

@ -4,7 +4,7 @@
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding"> <meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tovi Jaeschke's Homepage</title>
<title>Tovi Jaeschke-Rogers's Homepage</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico"/> <link rel="icon" type="image/x-icon" href="/static/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/css/main.css"> <link rel="stylesheet" type="text/css" href="/css/main.css">
<link href='https://fonts.googleapis.com/css?family=Average|Montserrat' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Average|Montserrat' rel='stylesheet' type='text/css'>
@ -32,7 +32,7 @@
</div> </div>
</div> </div>
<footer> <footer>
<a href="mailto:tovi@strng.io">tovi@tovijaeschke.xyz</a>
<a href="mailto:tovi@strng.io">tovi@strng.io</a>
<p>Last updated: {{ FormatTimestamp .LastUpdatedAt }}</p> <p>Last updated: {{ FormatTimestamp .LastUpdatedAt }}</p>
</footer> </footer>
</body> </body>


Loading…
Cancel
Save