diff options
author | Matthew Otto <matt@mattotto.com> | 2012-04-19 14:54:59 +0200 |
---|---|---|
committer | Matthew Otto <matt@mattotto.com> | 2012-04-19 14:54:59 +0200 |
commit | db9d94dedb474911d56fe5d16df4d1d9b1d32ad3 (patch) | |
tree | 29008a82f3a09a023021740a4ccdc64e6a4478a2 /source/_includes/post/sharing.html | |
parent | d22088c65306ba69267924da9a0f7d43a326ec21 (diff) | |
download | octopress-theme-jeyzu-db9d94dedb474911d56fe5d16df4d1d9b1d32ad3.zip octopress-theme-jeyzu-db9d94dedb474911d56fe5d16df4d1d9b1d32ad3.tar.gz |
Adds config setting for addthis profile id
Updates the sharing include to use a new addthis_profile_id config
setting for the add this profile id instead of using a hard coded
profile id.
Diffstat (limited to 'source/_includes/post/sharing.html')
-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> |