formatter: apply changes
This commit is contained in:
parent
c5f3185f6a
commit
d9aa931156
4 changed files with 13 additions and 6 deletions
|
|
@ -13,7 +13,8 @@
|
|||
}}
|
||||
{{ end }}
|
||||
</title>
|
||||
{{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
{{ partial "head/analytics.html" . }}
|
||||
{{ with .OutputFormats.Get "rss" -}}
|
||||
{{ printf `<link rel="%q" type="%q" href="%q" title="%q" />` .Rel .MediaType.Type
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
@context {page} page The current page. @context {string} taxonomy The taxonony.
|
||||
@example: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .)
|
||||
}}
|
||||
*/}} {{- $page := .page }} {{- $taxonomy := .taxonomy }}
|
||||
*/}} {{- $page := .page }}
|
||||
{{- $taxonomy := .taxonomy }}
|
||||
{{- with $page.GetTerms
|
||||
$taxonomy
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue