From dd07631feb38e91824fdb81c7571f32ad56ed214 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 2 Jan 2017 04:30:35 +0100 Subject: [PATCH] Add home/index link to article pages. --- processor/metadata/article.tmpl.do | 1 + test/test_files/bar baz.html | 1 + test/test_files/foo.html | 1 + test/test_files/test.html | 1 + 4 files changed, 4 insertions(+) diff --git a/processor/metadata/article.tmpl.do b/processor/metadata/article.tmpl.do index 7878a3e..5cf9b3c 100644 --- a/processor/metadata/article.tmpl.do +++ b/processor/metadata/article.tmpl.do @@ -8,6 +8,7 @@ cat << EOF %BLOG_TITLE% – %ARTICLE_TITLE_ESCAPED% +%BLOG_TITLE%

%ARTICLE_TITLE_HTML%

%BODY% diff --git a/test/test_files/bar baz.html b/test/test_files/bar baz.html index 442f9ac..f2321f9 100644 --- a/test/test_files/bar baz.html +++ b/test/test_files/bar baz.html @@ -4,6 +4,7 @@ Yet another blog – foo +Yet another blog

foo

bar

diff --git a/test/test_files/foo.html b/test/test_files/foo.html index dd25b70..61bb939 100644 --- a/test/test_files/foo.html +++ b/test/test_files/foo.html @@ -4,6 +4,7 @@ Yet another blog – a title with some nasty characters: &<>"' %BODY% +Yet another blog

a title with some nasty characters: &<>"' %BODY%

this text contains some special characters: /;%'"><&äöüß

diff --git a/test/test_files/test.html b/test/test_files/test.html index 565355d..5915dd7 100644 --- a/test/test_files/test.html +++ b/test/test_files/test.html @@ -4,6 +4,7 @@ Yet another blog – foo bar baz +Yet another blog

foo bar baz

foo

-- 2.30.2