First commit
This commit is contained in:
3
hugo/layouts/bookmarks/all.html
Normal file
3
hugo/layouts/bookmarks/all.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{{ define "title" }}
|
||||
{{- .Title }} :: {{ .Site.Title -}}
|
||||
{{ end }}
|
||||
19
hugo/layouts/bookmarks/baseof.html
Normal file
19
hugo/layouts/bookmarks/baseof.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
<meta name="author" content="Stefan Mühlinghaus">
|
||||
<meta name="viewport" content="initial-scale=1, user-scalable=no">
|
||||
<link rel="icon" type="image/vnd.microsoft.icon" href="/img/favicon.ico">
|
||||
<link rel="preload" href="/css/bookmarks.css" as="style">
|
||||
<link rel="stylesheet" href="/css/bookmarks.css">
|
||||
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
|
||||
<script defer src="/js/alpine-alphabreed.js"></script>
|
||||
<script defer src="/js/alpine-3.15.3.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
{{ block "main" . }}{{ .Content }}{{ end }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user