|
@ -1,5 +1,8 @@ |
|
|
{{ define "main" }} |
|
|
{{ define "main" }} |
|
|
{{ if not (eq .Type "response" "bookmarkof")}} |
|
|
{{ if not (eq .Type "response" "bookmarkof")}} |
|
|
|
|
|
<section class="author" style="display:none"> |
|
|
|
|
|
<a rel="author" class="p-author h-card" rel="me" href="https://jk.nipponalba.scot"><img src="/images/profile.jpg"/><div class="title">{{ .Site.Params.Author}}</div></a> |
|
|
|
|
|
</section> |
|
|
{{ if ne .Type "article"}}<article class="post h-entry entry contents">{{else}}<article class="post longpost h-entry entry contents">{{end}} |
|
|
{{ if ne .Type "article"}}<article class="post h-entry entry contents">{{else}}<article class="post longpost h-entry entry contents">{{end}} |
|
|
{{ if eq .Type "article" }}{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3><b>{{ .Description }}</b> |
|
|
{{ if eq .Type "article" }}{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3><b>{{ .Description }}</b> |
|
|
<section class="info"> |
|
|
<section class="info"> |
|
|