2016-04-06 20:34:05 +02:00
{% set absolute_url = settings.url + "/" + link -%}
< div class = "fixed-action-btn horizontal click-to-toggle" style = "bottom: 45px; right: 24px;" >
< a class = "btn-floating btn-large red" >
< i class = "mdi-content-add" > < / i >
< / a >
< ul >
< li >
< a href = "../" class = "btn-floating btn-large red" > < i class = "mdi-action-home" > < / i > < / a >
< / li >
< li >
2016-04-09 09:33:48 +02:00
< a class = "btn-floating grey lighten-3" href = "https://twitter.com/share?text={{ gallery.name }}&url={{absolute_url}}{%if gallery.tags %}&hashtags={% for tag in gallery.tags -%}{{ tag }}{% if not loop.lirst and not loop.last %},{% endif %}{% endfor -%}{% endif -%}" target = "_blank" > < i class = "fa fa-twitter-square grey-text" > < / i > < / a >
2016-04-06 20:34:05 +02:00
< / li >
< li >
2016-04-06 21:59:19 +02:00
< a class = "btn-floating grey lighten-3" href = "http://www.facebook.com/share.php?u={{absolute_url}}" target = "_blank" > < i class = "fa fa-facebook-official grey-text" > < / i >
< / a >
2016-04-06 20:34:05 +02:00
< / li >
< li >
2016-04-06 21:59:19 +02:00
< a class = "btn-floating grey lighten-3" href = "http://www.pinterest.com/pin/create/button/?url={{absolute_url}}" target = "_blank" > < i class = "fa fa-pinterest-square grey-text" > < / i > < / a >
2016-04-06 20:34:05 +02:00
< / li >
< li >
2016-04-06 21:59:19 +02:00
< a class = "btn-floating grey lighten-3" href = "https://plus.google.com/share?url={{absolute_url}}" target = "_blank" > < i class = "fa fa-google-plus-square grey-text" > < / i > < / a >
2016-04-06 20:34:05 +02:00
< / li >
< / ul >
< / div >