Merge branch 'master' into add-itchio-icon
This commit is contained in:
commit
9f4341d8cc
8 changed files with 36 additions and 14 deletions
|
@ -10,9 +10,8 @@
|
|||
{{ end }}
|
||||
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
{{- with .Site.Params.homeSubtitle }}
|
||||
<p>{{.}}</p>
|
||||
{{- end }}
|
||||
|
||||
{{ partial "subtitle.html" . }}
|
||||
|
||||
{{- with .Site.Params.social }}
|
||||
<div>
|
||||
|
|
|
@ -5,5 +5,3 @@
|
|||
<link rel="mask-icon" href="{{"safari-pinned-tab.svg" | relURL}}" color="{{.Site.Params.favicon.mask}}">
|
||||
<link rel="shortcut icon" href="{{"favicon.ico" | relURL}}">
|
||||
<meta name="msapplication-TileColor" content="{{.Site.Params.favicon.msapplication}}">
|
||||
<meta name="theme-color" content="{{.Site.Params.favicon.theme}}">
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{{ if and (not $.Site.Params.DisableReadOtherPosts) (or .NextInSection .PrevInSection) }}
|
||||
<div class="pagination">
|
||||
{{ if .Site.Params.ReadOtherPosts }}
|
||||
<div class="pagination__title">
|
||||
<span class="pagination__title-h">{{ .Site.Params.ReadOtherPosts }}</span>
|
||||
<hr />
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class="pagination__buttons">
|
||||
{{ if .NextInSection }}
|
||||
|
|
3
layouts/partials/subtitle.html
Normal file
3
layouts/partials/subtitle.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{- with .Site.Params.homeSubtitle }}
|
||||
<p>{{.}}</p>
|
||||
{{- end }}
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue