aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games.webpbin101512 -> 0 bytes
-rw-r--r--music.webpbin137824 -> 0 bytes
-rw-r--r--templates/base/base.gohtml5
3 files changed, 3 insertions, 2 deletions
diff --git a/games.webp b/games.webp
deleted file mode 100644
index f2eadab..0000000
--- a/games.webp
+++ /dev/null
Binary files differ
diff --git a/music.webp b/music.webp
deleted file mode 100644
index 43da11f..0000000
--- a/music.webp
+++ /dev/null
Binary files differ
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index a740970..fced948 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -12,10 +12,11 @@
<style>
.links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} }
</style>
- {{ end }}
+ {{ else }}
{{ range .Data.RelMeLinks }}
<link rel="me" href="{{ . }}" />
{{ end }}
+ {{ end }}
</head>
<body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}">
<div class="center">
@@ -27,4 +28,4 @@
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>
</html>
-{{end}} \ No newline at end of file
+{{end}}