fix(custom page): crash
disable rel me in these pages
This commit is contained in:
parent
f009b61110
commit
7b79fb02bb
3 changed files with 3 additions and 2 deletions
BIN
games.webp
BIN
games.webp
Binary file not shown.
Before Width: | Height: | Size: 99 KiB |
BIN
music.webp
BIN
music.webp
Binary file not shown.
Before Width: | Height: | Size: 135 KiB |
|
@ -12,10 +12,11 @@
|
||||||
<style>
|
<style>
|
||||||
.links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} }
|
.links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} }
|
||||||
</style>
|
</style>
|
||||||
{{ end }}
|
{{ else }}
|
||||||
{{ range .Data.RelMeLinks }}
|
{{ range .Data.RelMeLinks }}
|
||||||
<link rel="me" href="{{ . }}" />
|
<link rel="me" href="{{ . }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
<body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}">
|
<body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}">
|
||||||
<div class="center">
|
<div class="center">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue