mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
change post back button to use javascript back
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user