File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 33< h1 > < span class ="title "> {{ .Title }}</ span > </ h1 >
44{{ with .Params.author }}< h2 class ="author "> {{ . }}</ h2 > {{ end }}
55{{ if .Params.date }}< h2 class ="date "> {{ .Date.Format "2006/01/02" }}</ h2 > {{ end }}
6+ < p class ="terms ">
7+ {{ range $i := (slice "categories" "tags") }}
8+ {{ with ($.Param $i) }}
9+ {{ $i | title }}: {{ range $k := . }}< a href ="{{ relURL (print "/" $i "/" $k | urlize) }}"> {{$k}}</ a > {{ end }}
10+ {{ end }}
11+ {{ end }}
12+ </ p >
613</ div >
714
815< main >
Original file line number Diff line number Diff line change 1313 padding : 5px ;
1414 border-radius : 5px ;
1515}
16+ .terms { font-size : .9em ; }
1617.menu , .article-meta , footer { text-align : center; }
1718.title { font-size : 1.1em ; }
1819footer a { text-decoration : none; }
You can’t perform that action at this time.
0 commit comments