From fba1d7cc64b98e494c87d119fc54b99cb7ad7ee1 Mon Sep 17 00:00:00 2001 From: Raivis Vitols Date: Thu, 3 Mar 2016 23:09:36 +0200 Subject: [PATCH] Updated readme file --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0c8ca93..aa77536 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Personal, responsive, minimalist and open-source theme for Ghost blogging platfo ![Willow Ghost Theme](http://i.imgur.com/gGNeWzG.png) ## Demo + This theme is currenly used on my [personal blog](https://raivis.com/). ## Styling & Compiling @@ -19,15 +20,13 @@ Open the `content/themes/[theme-folder]/post.hbs` file, lookup `/* Paste Your Disqus Embed Code Here */` line and replace it with your Disqus embed code, which usually looks like this: - - + (function() { + var d = document, s = d.createElement('script'); + s.src = '//yourdisqussite.disqus.com/embed.js'; + s.setAttribute('data-timestamp', +new Date()); + (d.head || d.body).appendChild(s); + })(); + ## Editing Social Links Edit the `content/themes/[theme-folder]/partials/social-links.hbs` file. -- 2.34.1