Refactor where the video attributes are in default post template.
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
draft: true
|
||||
pinned: false
|
||||
hidden: false
|
||||
audio: false
|
||||
video: false # Auto-generates a video post.
|
||||
video_url: "" # Link for embedded playback.
|
||||
video_page: "" # Link to post page.
|
||||
video_desc: # List of video description paragraphs.
|
||||
-
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: ""
|
||||
feathericon: ""
|
||||
@@ -16,6 +10,12 @@ date: "{{ .Date }}"
|
||||
started: "{{ .Date }}"
|
||||
lastmod: "{{ .Date }}"
|
||||
toc: false
|
||||
audio: false
|
||||
video: false # Auto-generates a video post.
|
||||
video_url: "" # Link for embedded playback.
|
||||
video_page: "" # Link to post page.
|
||||
video_desc: # List of video description paragraphs.
|
||||
-
|
||||
images:
|
||||
tags:
|
||||
- TBD # food, craft, poem, blog
|
||||
|
||||
Reference in New Issue
Block a user