diff options
Diffstat (limited to '_includes/title-with-backlink.html')
| -rw-r--r-- | _includes/title-with-backlink.html | 4 |
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> |
