aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-12-03 18:54:59 +0100
committerAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-12-03 18:54:59 +0100
commitbcd6753b81b4f03e9613a42836f5f8afad61887a (patch)
tree3dea2a7e82e483980b29b08aa00d03015d30702c /layouts/_default
parent1a33aa0315481a18d8e75b568924e16114786509 (diff)
Mix mobile styles
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a8257e9..78c5ccb 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,11 +1,9 @@
{{ define "main" }}
-<article>
- <h1>{{ .Title }}</h1>
- <p class="meta">
- {{ if gt .Date.Unix 0 }}
- <time datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "January 2, 2006" }}</time>
- {{ end }}
- </p>
- {{ .Content }}
-</article>
+<h1>{{ .Title }}</h1>
+<p class="meta">
+ {{ if gt .Date.Unix 0 }}
+ <time datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "January 2, 2006" }}</time>
+ {{ end }}
+</p>
+{{ .Content }}
{{ end }} \ No newline at end of file