aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/title-with-backlink.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/title-with-backlink.html')
-rw-r--r--_includes/title-with-backlink.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/title-with-backlink.html b/_includes/title-with-backlink.html
new file mode 100644
index 0000000..ee7a10e
--- /dev/null
+++ b/_includes/title-with-backlink.html
@@ -0,0 +1,4 @@
+<div class="title_with_backlink">
+ <h1>{{ include.title }}</h1>
+ <a class="backlink" href="{{ include.backlink }}">go back</a>
+</div>