1
0
Fork 0

Re-Add h-entry for h-feed list in /posts

This commit is contained in:
Sebastian Schulze 2020-07-08 21:10:35 +02:00
parent ee29041882
commit 4ee46fb685
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<a class="u-url" href="{{.Permalink}}">
<a class="u-url h-entry" href="{{.Permalink}}">
<h2 class="p-name">{{ partial "social_logo" . }}{{.Title}}</h2>
<small>{{ .Date.Format "January, 02th 2006" }}</small>

View File

@ -1,4 +1,4 @@
<a href="{{.Permalink}}" class="summary instagram_image u-url">
<a href="{{.Permalink}}" class="summary instagram_image h-entry u-url">
<h2 class="p-name"><span class="social_logo">{{ partial "social_logo" . }}</span>{{.Title | default "Untitled" }}</h2>
<p><img src="{{ .Params.media_url }}" ></p>
<small>{{ .Date.Format "January, 02th 2006" }}</small>

View File

@ -1,4 +1,4 @@
<a href="{{.Permalink}}" class="summary instagram_video u-url">
<a href="{{.Permalink}}" class="summary instagram_video u-url h-entry">
<h2 class="p-name"><span class="social_logo">{{ partial "social_logo" . }}</span> {{.Title}}</h2>
{{ if .Params.preview_url }}<p><img src="{{ .Params.preview_url }}" ></p>{{ end }}
<small>{{ .Date.Format "January, 02th 2006" }}</small>

View File

@ -1,4 +1,4 @@
<a class="u-url" href="{{.Permalink}}">
<a class="u-url h-entry" href="{{.Permalink}}">
<h2 class="p-name"><span class="social_logo">{{ partial "social_logo" . }}</span>{{.Title | truncate 50}}</h2>
<small>{{ .Date.Format "January, 02th 2006" }}</small>
</a>

View File

@ -1,4 +1,4 @@
<a class="u-url" href="{{.Permalink}}">
<a class="u-url h-entry" href="{{.Permalink}}">
<h2 class="p-name"><span class="social_logo">{{ partial "social_logo" . }}</span>{{.Title | truncate 50}}</h2>
<small>{{ .Date.Format "January, 02th 2006" }}</small>
</a>

View File

@ -1,4 +1,4 @@
<a class="u-url" href="{{.Permalink}}" class="spotify_like">
<a class="u-url h-entry" href="{{.Permalink}}" class="spotify_like">
<h2 class="p-name"><span class="social_logo">{{ partial "social_logo" . }}</span>{{.Title | truncate 50}}</h2>
<small>{{ .Date.Format "January, 02th 2006" }}</small>
</a>

View File

@ -1,4 +1,4 @@
<a class="u-url" href="{{.Permalink}}">
<a class="u-url h-entry" href="{{.Permalink}}">
<h2 class="p-name">{{ partial "social_logo" . }} {{.Title}}</h2>
<small>{{ .Date.Format "January, 02th 2006" }}</small>
</a>