diff options
author | SkyArrow <tommy351@gmail.com> | 2012-04-20 17:10:32 +0200 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-04-20 17:10:32 +0200 |
commit | 97a5e760f0dbf3c5500b850983be8af002d24f4f (patch) | |
tree | 29008a82f3a09a023021740a4ccdc64e6a4478a2 | |
parent | d22088c65306ba69267924da9a0f7d43a326ec21 (diff) | |
parent | db9d94dedb474911d56fe5d16df4d1d9b1d32ad3 (diff) | |
download | octopress-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.html | 4 |
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> |