mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Remove category support
This commit is contained in:
parent
fb43b41d64
commit
b87f6dd884
@ -1,9 +1,5 @@
|
|||||||
<div class="post">
|
<div class="post">
|
||||||
<h2 class="post-title">
|
<h2 class="post-title">
|
||||||
{{ range .Params.categories }}
|
|
||||||
<code>{{ . }}</code>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
|
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
|
||||||
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
||||||
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
|
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user