mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 07:35:32 -04:00
HTML5 elements and random CSS improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id="footer">
|
||||
<footer>
|
||||
<div id="copyright"><a href="https://web.archive.org/web/20010501000000*/jakejarvis.com" title="View Old Versions on Wayback Machine" id="wayback" target="_blank" rel="noopener noreferrer nofollow">© 2001 –</a> {{ now.Format "2006" }} <a rel="me author" href="{{ .Site.BaseURL }}" title="Jake Jarvis">Jake Jarvis</a>.</div>
|
||||
<div id="panda"><a href="https://nationalzoo.si.edu/webcams/panda-cam#maincontent" title="Live Panda Party!" target="_blank" rel="noopener noreferrer nofollow"><span>🐼</span></a></div>
|
||||
<div id="poweredby"><a href="https://github.com/gohugoio/hugo" title="Hugo on GitHub" id="hugo" target="_blank" rel="noopener noreferrer nofollow">Powered by Hugo.</a> <a href="https://git.jarv.is/jake/jarv.is" title="View Source Code Repository" id="source" target="_blank" rel="noopener">View source.</a></div>
|
||||
</div>
|
||||
</footer>
|
||||
{{ if .IsPage }}<script async defer src="https://commento.jarv.is/js/commento.js"></script>{{ end }}
|
@@ -1,4 +1,4 @@
|
||||
<div id="header">
|
||||
<header>
|
||||
{{ if eq .Kind "page" }}<a href="{{ "notes/" | absURL }}" id="more" title="More Posts">« More Posts</a>{{ else }}<a href="{{ .Site.BaseURL }}" id="more" title="Return Home">« Return Home</a>{{ end }}
|
||||
<a href="{{ .Site.BaseURL }}" id="logo" title="Jake Jarvis">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 144.1">
|
||||
@@ -13,4 +13,4 @@
|
||||
<polygon fill="#009cdf" points="19.2 110.9 38.4 99.8 38.4 77.6 19.2 88.7 19.2 110.9 19.2 110.9"/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
@@ -15,3 +15,6 @@
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
{{ printf "<!-- Build Date: %s-->" hugo.BuildDate | safeHTML }}
|
||||
{{ printf "<!-- Commit Hash: %s-->" .Hugo.CommitHash | safeHTML }}
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
{{ .Hugo.Generator }}
|
||||
{{ hugo.Generator }}
|
||||
<title>{{ .Title }}{{ if not .IsHome }} – {{ .Site.Title }}{{ end }} 👨‍💻</title>
|
||||
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
Reference in New Issue
Block a user