diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-11 21:42:37 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-11 21:42:55 +0700 |
| commit | bfd1ed30bf21a09431f383118225017664e166b7 (patch) | |
| tree | 3c797c55319de711fd2451038097e9a8417acd49 /_content/template.gohtml | |
| parent | 155de07f93dcae8a9b27bf8238f3cec7c53ca15d (diff) | |
| download | kilabit.info-bfd1ed30bf21a09431f383118225017664e166b7.tar.xz | |
go.mod: update with latest ciigo
Diffstat (limited to '_content/template.gohtml')
| -rw-r--r-- | _content/template.gohtml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml index bc228e2..ec5c2e0 100644 --- a/_content/template.gohtml +++ b/_content/template.gohtml @@ -29,9 +29,10 @@ body { line-height: 1.25em; margin: 0 auto; width: 800px; + font-size: 16px; } code { - font-size: 14px; + font-size: 16px; } div { margin: 0; @@ -72,8 +73,8 @@ pre { border: 1px solid #ccc; color: #ccc; display: block; - font-size: 13px; - line-height: 1em; + font-size: 16px; + line-height: 1.25em; margin: 0 0 10px; overflow: auto; padding: 9.5px; @@ -194,14 +195,7 @@ pre { <div class="page"> <div class="container"> - <h1>{{.Title}}</h1> - {{ if .Author }} - <div class="meta"> - {{.Author}} - <br /> - {{.Date}} - </div> - {{ end }} {{.Body}} + {{.Body}} </div> <!-- .container --> </div> |
