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>
|
||||
.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}}
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue