mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-10 18:41:13 +00:00
Implemented tags in blog type and removed from default
This commit is contained in:
parent
d63dee8bf4
commit
b490470a71
8 changed files with 44 additions and 25 deletions
|
@ -3,7 +3,6 @@
|
|||
"ref": "{{ $page.Permalink }}",
|
||||
"title": {{ $page.Title | jsonify }},
|
||||
"section": "{{ $page.Section }}",
|
||||
"tags": {{ $page.Params.tags | jsonify }},
|
||||
"date" : {{ $page.Date.Format "2006.01.02" | jsonify }},
|
||||
"body": {{ $page.Plain | jsonify }}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue