move learn-more arrow to same line as summary
This commit is contained in:
@@ -57,14 +57,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="panel panel-default panel-overview">
|
||||
<div class="blogpost">
|
||||
{{ range .Paginator.Pages.ByPublishDate.Reverse }}
|
||||
<div class="blog-summary">
|
||||
<h4><strong><a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a></strong></h4>
|
||||
<div class="metadata-summary">Posted on {{ .Date.Format "2 January 2006" }} - Tagged with {{ range $i, $tag := .Params.tags }}{{ if $i }}, {{ end }}<a href="/tags/{{ lower $tag }}">{{ $tag }}</a>{{ end }}</div>
|
||||
<p>{{ .Summary }} <a class="learn-more" href="{{ .RelPermalink }}"></a></p>
|
||||
{{ .Summary }} <a class="learn-more" href="{{ .RelPermalink }}"></a>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user