Skip to content

Commit 2a26e40

Browse files
author
Agil Mammadov
committed
refactor: inline back_link.html into post layout
1 parent 04a3a8d commit 2a26e40

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

_includes/back_link.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
{%- include back_link.html -%}
4+
<a href="{{ '/' | relative_url }}">{{ site.theme_config.back }}</a>
55

66
<article>
77
<span class="post-meta">

0 commit comments

Comments
 (0)