aboutsummaryrefslogtreecommitdiff
path: root/templates/base
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-06 23:15:16 +0200
committerWilliam Hergès <william@herges.fr>2025-09-06 23:17:36 +0200
commit5959c4cca274854da378ec11fe6f8cc44fd4db38 (patch)
tree6b86f19bcf49300d94febc66ff30baeef772a616 /templates/base
parenta7148391318af094b9a92b760b98d2c6d382a898 (diff)
docs(info): update images in readme
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/base.gohtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index 666e403..34d5451 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -25,9 +25,9 @@
.links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} }
</style>
{{ else }}
- {{ range .Data.RelMeLinks }}
- <link rel="me" href="{{ . }}" />
- {{ end }}
+ {{ range .Data.RelMeLinks }}
+ <link rel="me" href="{{ . }}" />
+ {{ end }}
{{ end }}
</head>
<body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}">