summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-04-20 17:10:32 +0200
committerSkyArrow <tommy351@gmail.com>2012-04-20 17:10:32 +0200
commit97a5e760f0dbf3c5500b850983be8af002d24f4f (patch)
tree29008a82f3a09a023021740a4ccdc64e6a4478a2
parentd22088c65306ba69267924da9a0f7d43a326ec21 (diff)
parentdb9d94dedb474911d56fe5d16df4d1d9b1d32ad3 (diff)
downloadoctopress-theme-jeyzu-97a5e760f0dbf3c5500b850983be8af002d24f4f.zip
octopress-theme-jeyzu-97a5e760f0dbf3c5500b850983be8af002d24f4f.tar.gz
Merge pull request #8 from matthewotto/addthis_config
Adds config setting for addthis profile id
-rw-r--r--source/_includes/post/sharing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_includes/post/sharing.html b/source/_includes/post/sharing.html
index b099de9..735c992 100644
--- a/source/_includes/post/sharing.html
+++ b/source/_includes/post/sharing.html
@@ -11,5 +11,5 @@
{% endif %}
<a class="addthis_counter addthis_pill_style"></a>
</div>
- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4eb4a0c47196e907"></script>
-</div> \ No newline at end of file
+ <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid={{ site.addthis_profile_id }}"></script>
+</div>