breaking change in configuration
This commit is contained in:
parent
f1b32bd47e
commit
0ca65fbca5
20 changed files with 373 additions and 361 deletions
|
@ -1,10 +1,10 @@
|
|||
{{ define "main" }}
|
||||
<div class="container mx-auto">
|
||||
<h1 class="text-4xl font-extrabold mt-6 mb-6">{{ .Title }}</h1>
|
||||
<div class="mb-3 text-xs flex justify-between ">
|
||||
<div class="mb-3 text-sm flex justify-between ">
|
||||
<div>
|
||||
{{ if .Site.Params.displayDate }}
|
||||
Posted at — {{ dateFormat .Site.Params.timeformat .Date }}
|
||||
{{ T "post.at" }} — {{ .Date | time.Format (T "timeformat") }}
|
||||
{{ end }}
|
||||
{{ if .Draft }}
|
||||
<span class="ml-3 tag">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue