|
|
|
@ -21,11 +21,11 @@
|
|
|
|
|
|
|
|
|
|
{{define "body"}}
|
|
|
|
|
<header>
|
|
|
|
|
<h1 class="text-2xl font-bold">{{.Title}}</h1>
|
|
|
|
|
<h1 class="text-2xl font-bold">{{.Title}} <a href="{{.URL}}/raw" class="sub">(raw)</a></h1>
|
|
|
|
|
<p class="font-bold m-0">
|
|
|
|
|
<time datetime="{{.PublishAtISO}}">{{.PublishAt}}</time>
|
|
|
|
|
<span> on </span>
|
|
|
|
|
<a href="{{.BlogURL}}">{{.BlogName}}</a></p>
|
|
|
|
|
<!-- <span> on </span> -->
|
|
|
|
|
<!-- <a href="{{.BlogURL}}">{{.BlogName}}</a></p> -->
|
|
|
|
|
</header>
|
|
|
|
|
<main>
|
|
|
|
|
<article>
|
|
|
|
|