Browse Source

fixing p-name issue with notes and photos

master
jk 4 years ago
parent
commit
bc5ccd29d6
  1. 4
      themes/nipponalba/layouts/_default/single.html
  2. 1
      themes/nipponalba/static/css/style.css

4
themes/nipponalba/layouts/_default/single.html

@ -4,8 +4,8 @@
<section class="author" style="display:none;">
<a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}<img src="/images/profile.jpg"/></a>
</section>
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3><b>{{ .Description }}</b>
{{ if eq .Type "article" }}<section class="info">
{{ 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">
<span class="blogs_span">{{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}{{ end }}</span><span class="info-date"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></span><br/>
<span class="categories_span">{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}</span><span class="reading-time">{{ .ReadingTime }}-minute read</span><br/>
<span class="tags_span">{{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }}</span>

1
themes/nipponalba/static/css/style.css

@ -370,6 +370,7 @@ line-height: 2;
width: 50px;
height: 50px;
border-radius: 50%;
object-fit:cover;
margin: 0 auto;
}
.intactivity{