aboutsummaryrefslogtreecommitdiff
path: root/templates/base/base.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/base.gohtml')
-rw-r--r--templates/base/base.gohtml5
1 files changed, 3 insertions, 2 deletions
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}}