hugo-medialog/templates/music.md.tpl

22 lines
318 B
Smarty
Raw Normal View History

2024-10-08 19:08:01 +00:00
---
title: "{{ .Title }}"
link: "{{ .Link }}"
subtitle: "{{ .Subtitle }}"
2024-10-11 11:05:46 +00:00
artist: "{{ .Artist }}"
2024-10-08 19:08:01 +00:00
year: {{ .Year }}
rate: {{ .Rate }}
image: {{ .Image }}
2024-10-11 11:05:46 +00:00
tracks: {{ .Tracks }}
2024-10-08 19:08:01 +00:00
date: {{ .Date }}
draft: false
tags: {{ .Tags }}
---
# {{ .Title }}
## Overview
{{ if .Overview }}{{ .Overview }}{{ end }}
2024-10-08 19:08:01 +00:00
## My thoughts