change post back button to use javascript back

This commit is contained in:
2021-01-27 19:05:26 +01:00
parent 5701c31bfe
commit b030eef2ad

View File

@@ -3,7 +3,7 @@
{{ end }} {{ end }}
{{ define "content" }} {{ define "content" }}
<section class="container post"> <section class="container post">
<a href="/" class="back-button">Go Back</a> <a class="back-button" onclick="history.back()">Go Back</a>
<article> <article>
<header> <header>
<div class="post-title"> <div class="post-title">