mirror of
https://gitlab.wasp.best/sel/web.git
synced 2026-07-29 16:38:40 +02:00
new blog post!!! also some small tweaks to css
This commit is contained in:
parent
395eaf1333
commit
7606669394
17 changed files with 239 additions and 9 deletions
|
|
@ -2,12 +2,14 @@
|
|||
<section class="highlighted">
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
<p>{{ .Summary }}</p>
|
||||
|
||||
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||
{{ $dateHuman := .Date | time.Format "2006-01-02, 15:04 -07:00" }}
|
||||
<p class="date"><time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time></p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="content">
|
||||
{{ .Content }}
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue