From 351ff4d60cd849bade2b96ce249267cdd470cd44 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 10 Jun 2014 02:08:09 +0200 Subject: [PATCH] kramdown syntax class name fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 54bd0cd..5fdb78f 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ description: "An easy-to-read, quick reference for PHP best practices, accepted {% capture welcome_content %}{% include welcome.md %}{% endcapture %} {{ welcome_content|markdownify }} -{% capture backtotop %}[Back to Top](#top){.top}{% endcapture %} +{% capture backtotop %}[Back to Top](#top){:.top}{% endcapture %} {% for post in site.posts reversed %} {% if post.isChild != true and loop.first != true %} {{ backtotop|markdownify }}