Add new photo
This commit is contained in:
@@ -5,4 +5,7 @@
|
||||
{{ range .Params.categories }}
|
||||
#<a class="p-category tag" rel="tag" href="{{ "/categories/" | relLangURL }}{{ . | urlize }}">{{ . }} </a>
|
||||
{{ end }}
|
||||
{{ range .Params.themes }}
|
||||
#<a class="p-category tag" rel="tag" href="{{ "/themes/" | relLangURL }}{{ . | urlize }}">{{ . }} </a>
|
||||
{{ end }}
|
||||
</p>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
{{ . | time.Format $configDateFormat }}
|
||||
</time>
|
||||
{{ end }}
|
||||
{{- partial "tags.html" . -}}
|
||||
{{ partial "tags.html" . }}
|
||||
|
||||
{{ partial "toc.html" .}}
|
||||
<div class="page-content e-content">
|
||||
|
||||
Reference in New Issue
Block a user