diff --git a/.gitignore b/.gitignore index 2a24e26..6b61787 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ notes.md .directory *.kate-swp +/static/gpg.pub # not ignored directories !/content/errorpages/ diff --git a/assets/import/include.scss b/assets/import/include.scss index 08a1d63..fc493e1 100644 --- a/assets/import/include.scss +++ b/assets/import/include.scss @@ -2,8 +2,8 @@ a { border-bottom: 1px solid; color: $white; - margin: -5px; - padding: 5px; + margin: -2px 0; + padding: 2px 0; transition: border .2s, color .2s; &:hover { color: $red; diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 39bceaf..37ae37d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,7 +9,7 @@

{{ if eq .Params.type "post" }}{{ .Date.Format "2. January 2006" }}{{ end }} - {{ if eq .Params.type "privacy" }}version: {{ .Date.Format "2006-01-02" }}{{ end }} + {{ if eq .Params.type "singlepage" }}version: {{ .Date.Format "2006-01-02" }}{{ end }} {{ with .Params.author }}by {{ end }}{{ .Params.author }}

{{ .Title }}

@@ -40,7 +40,7 @@
- {{ if ne .Params.type "privacy" }} + {{ if ne .Params.type "singlepage" }}
{{ with .NextInSection }} diff --git a/layouts/index.html b/layouts/index.html index a95208f..b285286 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -18,6 +18,7 @@ {{ with .url }}{{ end }} {{ .handle }} {{ with .url }}{{ end }} + {{ with .hint }}{{ .name }}{{ end }} {{ end }}