Remove the back button from photo posts

This commit is contained in:
Eryn Wells 2022-11-04 08:05:13 -07:00
parent ce5f0ea678
commit 2cff513898

View file

@ -3,8 +3,6 @@
{{ end }}
{{ define "main" }}
<nav><a class="back" href="{{ ref . `photos` }}">Back</a></nav>
{{- if .Title -}}
{{ partial "content_header.html" . }}
{{- end -}}