Skip to content
This repository was archived by the owner on Sep 5, 2021. It is now read-only.

Commit 45bc2eb

Browse files
committed
Merge pull request gdgmanagua#32 from gdg-managua/JKM-31
JKM-31 Fix share button in highlight post gdgmanagua#31
2 parents fac914b + 7731d42 commit 45bc2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h4>{{ post.title }}</h4>
2222
</div>
2323
</div>
2424

25-
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon" id="btn-high">
25+
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon" id="btn-high-{{ post.id }}">
2626
<i class="material-icons">more_vert</i>
2727
</button>
28-
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right" for="btn-high">
28+
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right" for="btn-high-{{ post.id }}">
2929
<li><a href="https://www.facebook.com/dialog/share?app_id={app_id}&display=page&href={{ post.url | prepend: site.baseurl }}&redirect_uri={{ site.baseurl }}" class="mdl-menu__item">Facebook</a></li>
3030
<li><a href="https://twitter.com/share?url={{ post.url | prepend: site.baseurl }}&text={{ post.title }}&via={{ site.twitter_username }}" class="mdl-menu__item">Twitter</a></li>
3131
<li><a href="https://plus.google.com/share?url={{ post.url | prepend: site.baseurl }}" class="mdl-menu__item">Google+</a></li>

0 commit comments

Comments
 (0)