Skip to content

Instantly share code, notes, and snippets.

@c0nstantine
Last active August 29, 2015 14:06
Show Gist options
  • Save c0nstantine/2fbb1d374e7fe4a21543 to your computer and use it in GitHub Desktop.
Save c0nstantine/2fbb1d374e7fe4a21543 to your computer and use it in GitHub Desktop.
diff --git a/templates/mustache/whitelabel/post/dodo/partials/author.html b/templates/mustache/whitelabel/post/dodo/partials/author.html
index 6bdca09..fa121f3 100644
--- a/templates/mustache/whitelabel/post/dodo/partials/author.html
+++ b/templates/mustache/whitelabel/post/dodo/partials/author.html
@@ -3,6 +3,6 @@
{{#original_user_subsite.logo}}<img src="{{original_user_subsite.logo}}" class="author-photo" nopin = "nopin" />{{/original_user_subsite.logo}}
<span class="author-name">By <a href="{{original_user_subsite.get_url_or_domain_url}}">{{original_user_subsite.title}}</a></span>
<div class="post-date">{{formated_full_created_ts}}</div>
- <div class="fb-like" data-href="{{post_url}}" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false" data-kid-directed-site="false"></div>
+ <div class="fb-like" data-href="https://www.facebook.com/thedodosite" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false" data-kid-directed-site="false"
</div>
{{/original_user_subsite}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment