First commit
This commit is contained in:
commit
6201e14a9e
18 changed files with 233 additions and 0 deletions
16
layouts/section/about.html
Normal file
16
layouts/section/about.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{{ partial "header" . }}
|
||||
{{ partial "nav" . }}
|
||||
<div class="container">
|
||||
<h2 class="subtitle is-6">{{ .Date.Format "January 2, 2006" }}</h2>
|
||||
<h2 class="subtitle is-size-4-mobile is-size-3-desktop">{{ .Title }}</h1>
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
<h2 class="subtitle is-size-5-mobile is-size-4-desktop">Frequent Tags</h2>
|
||||
{{ range .Site.Taxonomies.tags.ByCount }}
|
||||
<a href="/tags/{{ .Name | urlize }}"> {{ .Name }} ({{ .Count }}) </a>
|
||||
{{end}}
|
||||
</div>
|
||||
{{ partial "jsshare" . }}
|
||||
{{ partial "disqus" . }}
|
||||
{{ partial "footer" . }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue