From c88a31024ea8a6dcf1b57acea1dcb5e778baf895 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 25 Aug 2018 15:40:26 -0400 Subject: Correct syntax error All of these references to `page.folder` were prefixed with three curly-braces, but Jekyll/Liquid syntax uses two. Addresses issue #20. --- _layouts/default.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index 6733c3e..9a38871 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -53,16 +53,16 @@
{{page.relative_path}} {% if site.use_github_wiki %} - Edit - History - Source + Edit + History + Source {% else %} - Edit + Edit {% if site.use_prose_io %} - Edit with Prose.io + Edit with Prose.io {% endif %} - History - Source + History + Source {% endif %} {% if site.google_cse_token %} -- cgit