Reformat templates
This commit is contained in:
parent
6e8797bba2
commit
e816a4186e
8 changed files with 66 additions and 69 deletions
|
@ -5,7 +5,7 @@
|
|||
<link rel="alternate" type="application/rss+xml" href="{{ .Site.RSSLink }}" />
|
||||
<meta name="superfish" content="nofish" />
|
||||
<meta name="application-name" content="{{ .Site.Title }}" />
|
||||
<link rel="icon" type="image/png" href="/img/logo-transparent.png" /s>
|
||||
<link rel="icon" type="image/png" href="/img/logo-transparent.png" />
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
|
||||
|
|
|
@ -7,7 +7,5 @@
|
|||
{{ else }}
|
||||
<body>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "navbar.html" . }}
|
||||
|
||||
<div id="page-wrapper">
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{{ if eq .Section "posts" }}
|
||||
{{ .Summary | truncate .Site.Params.summary_length "..." }}
|
||||
{{ else }}
|
||||
|
||||
{{ if .Params.subtitle }}
|
||||
{{ .Params.subtitle | markdownify }}
|
||||
{{ else if .Params.repo }}
|
||||
|
|
Loading…
Reference in a new issue