remove metadata partial
This commit is contained in:
parent
6244dd0532
commit
fb0e7667ae
2 changed files with 0 additions and 13 deletions
|
@ -7,7 +7,6 @@
|
|||
<div class="bg-[#f1f5fc] p-4 rounded-lg">
|
||||
<p class="text-5xl uppercase">{{ .Title }}</p>
|
||||
<p class="text-lg">{{ .Params.subTitle }}</p>
|
||||
{{ partial "metadata.html" . }}
|
||||
{{ partial "contact.html" . }}
|
||||
</div>
|
||||
<div class="bg-[#f1f5fc] p-4 rounded-lg">
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{{ if .Date }}
|
||||
{{ $dateTime := .PublishDate.Format "2006-01-02" }} {{ $dateFormat :=
|
||||
.Site.Params.dateFormat | default "Jan 2, 2006" }}
|
||||
<time class="text-xs text-slate-400" datetime="{{ $dateTime }}"
|
||||
>Last Updated: {{ .PublishDate.Format $dateFormat }}</time
|
||||
>
|
||||
{{ end }}
|
||||
{{ with .Params.tags }}
|
||||
<i data-feather="tag"></i>
|
||||
{{ range . }} {{ $href := print (absURL "tags/") (urlize .) }}
|
||||
<a class="btn btn-sm btn-outline-dark tag-btn" href="{{ $href }}">{{ . }}</a>
|
||||
{{ end }} {{ end }}
|
Loading…
Add table
Reference in a new issue