1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-23 11:24:29 -04:00

h1 permalink on video pages & subtitle styling

This commit is contained in:
2019-12-20 11:19:57 -05:00
parent 9ecee6ed60
commit 47016b1109
7 changed files with 26 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{{ define "main" }}
<main id="video">
<h1>{{ .Title }}</h1>
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title }}</a></h1>
<video
{{ with .Resources.GetMatch "images/*.png" }}poster="{{ .Permalink }}"{{ end }}