summaryrefslogtreecommitdiff
path: root/_content/template.gohtml
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-11 21:42:37 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-11 21:42:55 +0700
commitbfd1ed30bf21a09431f383118225017664e166b7 (patch)
tree3c797c55319de711fd2451038097e9a8417acd49 /_content/template.gohtml
parent155de07f93dcae8a9b27bf8238f3cec7c53ca15d (diff)
downloadkilabit.info-bfd1ed30bf21a09431f383118225017664e166b7.tar.xz
go.mod: update with latest ciigo
Diffstat (limited to '_content/template.gohtml')
-rw-r--r--_content/template.gohtml16
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>