summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authormorph <morph@posteo.de>2020-05-26 03:04:43 +0200
committermorph <morph@posteo.de>2020-05-26 03:04:43 +0200
commitce98bd5c83a54505dc95f638302c1d523b1e6bb6 (patch)
tree2dd5d9d33bd66da275380d61d74cdbef876e9c6d /layouts/_default
parentf4735db2aec9803f6b0587d8dd78f44d5acbbd6e (diff)
init as nameless new theme
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html1
-rw-r--r--layouts/_default/single.html7
-rw-r--r--layouts/_default/summary.html4
3 files changed, 4 insertions, 8 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 33e5cda..2c3a98e 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <style type=text/css>body{font-family:monospace;}</style>
<title>{{ .Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 55b7c30..7920d00 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,7 @@
<main>
<article>
<h1>{{ .Title }}</h1>
- <time>{{ .Date.Format "02.01.2006 15:04" }}</time>
+ <b><time>{{ .Date.Format "02.01.2006 15:04" }}</time></b>
<div>
{{ .Content }}
</div>
@@ -15,11 +15,6 @@
</ul>
</div>
{{ end }}
- {{ with .Site.DisqusShortname }}
- <div>
- {{ template "_internal/disqus.html" . }}
- </div>
- {{ end }}
</article>
</main>
{{ partial "sidebar.html" . }}
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index 9acf434..72a8f9d 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -1,6 +1,6 @@
-<article>
+<article style="padding:20px 0;">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
- <time>{{ .Date.Format "02.01.2006 15:04" }}</time>
+ <b><time>{{ .Date.Format "02.01.2006 15:04" }}</time></b>
{{ range .Params.tags }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}