Abstract references to social media accounts

This commit is contained in:
Sarina Canelake
2014-12-16 17:46:23 -08:00
parent 4a2253a07a
commit b7a1de1ab0

View File

@@ -47,13 +47,13 @@
<div class="secondary-actions">
<div class="social-sharing">
<div class="sharing-message">${_("Stay up to date with all {platform_name} has to offer!").format(platform_name=settings.PLATFORM_NAME)}</div>
<a href="https://twitter.com/edXOnline" class="share">
<a href="${settings.PLATFORM_TWITTER_URL}" class="share">
<img src="${static.url('images/social/twitter-sharing.png')}">
</a>
<a href="http://www.facebook.com/EdxOnline" class="share">
<a href="${settings.PLATFORM_FACEBOOK_ACCOUNT}" class="share">
<img src="${static.url('images/social/facebook-sharing.png')}">
</a>
<a href="https://plus.google.com/108235383044095082735/posts" class="share">
<a href="${settings.PLATFORM_GOOGLE_PLUS_URL}" class="share">
<img src="${static.url('images/social/google-plus-sharing.png')}">
</a>
</div>