aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/title-with-backlink.html
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-08-23 20:08:29 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-08-23 20:08:29 +0300
commit49021944e3b4881486ae27cd48acf9196a0b6ed7 (patch)
tree64e39c5b24a4631e1cfc3d37138096379508d086 /_includes/title-with-backlink.html
parent8057621bb2d80be038a08387fd3262e38f37440e (diff)
downloadaaoth.xyz-49021944e3b4881486ae27cd48acf9196a0b6ed7.tar.gz
aaoth.xyz-49021944e3b4881486ae27cd48acf9196a0b6ed7.zip
refactor post layout
add go back link to the heading instead of list use div.post-header-info (list was not right)
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>