mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-27 12:56:03 -04:00
stop hardcoding images/ directory in content frontmatter
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
|
||||
image: "thumb.png"
|
||||
type: videos
|
||||
layout: video
|
||||
resources:
|
||||
- src: "{{ .Name }}.mp4"
|
||||
- src: "{{ .Name }}.webm"
|
||||
- src: "subs.en.vtt"
|
||||
- src: "thumb.png"
|
||||
draft: true
|
||||
---
|
||||
Reference in New Issue
Block a user