jefklakscodex/themes/jefklak-creative-portfolio/layouts/index.html

14 lines
450 B
HTML
Raw Normal View History

2021-01-05 15:38:51 +01:00
<html>
2018-05-14 07:41:47 +02:00
<head>
2021-01-05 15:38:51 +01:00
{{ with .OutputFormats.Get "RSS" }}
<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" title="Jefklak's Codex" />
<link href="{{ .RelPermalink }}" rel="feed" type="application/rss+xml" title="Jefklak's Codex" />
{{ end }}
2018-05-14 07:41:47 +02:00
{{ range .Site.Params.navlinks }}
2021-01-05 15:38:51 +01:00
{{ if .home }}
<meta http-equiv="refresh" content="0; URL={{ .url | absURL }}" />
{{ end }}
2018-05-14 07:41:47 +02:00
{{ end }}
2021-01-05 15:38:51 +01:00
</head>
</html>