Lots of responsive fixes
This commit is contained in:
parent
5c65dade97
commit
257dbb9bd2
4 changed files with 94 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
{{ define "main" }}
|
||||
{{ if .Title }}
|
||||
<header>
|
||||
<h2 class="main-title">{{ .Title }}</h2>
|
||||
<h1 class="main-title">{{ .Title }}</h1>
|
||||
</header>
|
||||
{{ end }}
|
||||
|
||||
|
@ -18,8 +18,7 @@
|
|||
{{ range $index, $page := $paginator.Pages }}
|
||||
<li class="post-entry">
|
||||
<header>
|
||||
<h2>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<h2><a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
</h2>
|
||||
<time datetime="{{ .Date | time.Format " 2006-01-02" }}">{{ .Date | time.Format "Jan 2, 2006" }}</time>
|
||||
{{ partial "development/draft_tag.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue