implements location, closing #2
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
</time>
|
||||
<div class="w-3/5 flex-shrink-0">
|
||||
<a class="text-2xl font-bold hover:text-green-900 underline" href="{{ $page.RelPermalink }}">{{ partial "article-title" $page }}</a>
|
||||
{{ if $page.Params.location }}
|
||||
<p class="text-gray-800 italic">{{ $page.Params.location }}</p>
|
||||
{{ end }}
|
||||
<p class="max-w-prose">{{ $page.Params.summary }}</p>
|
||||
{{ partial "tags.html" $page }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user