|
|
@ -4,7 +4,7 @@ |
|
|
|
<h1>Latest post</h1> |
|
|
|
{{ range first 1 .Site.RegularPages }} |
|
|
|
<article class="h-entry entry"> |
|
|
|
<a rel="author" class="p-author h-card" href="{{ .RelPermalink }}" style="display:none;">{{ .Author }}</a> |
|
|
|
<a rel="author" class="p-author h-card" href="{{ .RelPermalink }}" style="display:none;"><img class="u-photo" src="/images/profile.png" />{{ .Site.Params.Title }}</a> |
|
|
|
<h3 class="post-title p-name entry-title"><a class="u-url" href="{{ .RelPermalink }}">{{ .Title }}</a></h3> |
|
|
|
<h4 class="decription"><a href="{{ .RelPermalink }}">{{ .Description }}</a></h4> |
|
|
|
<div class="info"> |
|
|
|