From a9575d934d387e93cb5ff3ca1f5c51c4422f8875 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 31 Dec 2018 12:44:35 +0100 Subject: Implemented external links icon (wikipedia style) --- _includes/git-wiki/sections/content/content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/git-wiki/sections') diff --git a/_includes/git-wiki/sections/content/content.html b/_includes/git-wiki/sections/content/content.html index 58e4421..5d57689 100644 --- a/_includes/git-wiki/sections/content/content.html +++ b/_includes/git-wiki/sections/content/content.html @@ -1,4 +1,4 @@ -
+
{% include git-wiki/sections/tools/tools.html %} @@ -17,7 +17,7 @@ {% include {{ site.inc_before_content }} %} {% endif %} -
+
{{ content }}
-- cgit