diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 10:28:54 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 11:20:29 +0700 |
commit | 75d5209e5c9dc8c9c22a5a865f7c7f8166b282e6 (patch) | |
tree | 9a6c40403a91536dc05fd38ff0b894164eb50c11 /layouts/_default/single.html | |
parent | 4f02b06ad5e9a4e60f07afc08551bf4c611547af (diff) | |
download | blog-75d5209e5c9dc8c9c22a5a865f7c7f8166b282e6.tar.gz |
Switch data representation to definition list
Thank the author of the blog post [1] that helped me writing the CSS [1]: https://www.the-art-of-web.com/css/format-dl/
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c2ef2cf..7ba428d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -12,13 +12,7 @@ <h1 class="p-name post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}">{{ trim .Title " " }}</h1> </header> <div class="content e-content"> - <!-- normal content --> {{ .Content }} - <!-- book reviews --> - {{ if in .Params.categories "book review" }} - <hr> - {{ i18n "BookShare" }} - {{ end }} </div> {{ partial "postInfo.html" . }} </article> |