Files
@ f478cd6eeca7
Branch filter:
Location: CSY/sefm2020/themes/bootstrap3/templates/includes/shariff.html - annotation
f478cd6eeca7
849 B
text/html
Adding Dick Broekhuis to the organising committee.
913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 913a26cb1708 | {% if SHARIFF|default(false) %}
<hr />
<!-- Shariff Button BEGIN -->
<div class="shariff"
{% if SHARIFF_BACKEND_URL %}
data-backend-url="{{ SHARIFF_BACKEND_URL }}"
{% endif %}
{% if SHARIFF_LANG %}
data-lang="{{ SHARIFF_LANG }}"
{% endif %}
{% if SHARIFF_ORIENTATION|default('vertical') %}
data-orientation="{{ SHARIFF_ORIENTATION }}"
{% endif %}
{% if SHARIFF_SERVICES %}
data-services = "{{ SHARIFF_SERVICES }}"
{% endif %}
{% if SHARIFF_THEME %}
data-theme="{{ SHARIFF_THEME }}"
{% endif %}
{% if SHARIFF_TWITTER_VIA|default(false) %}
data-twitter-via="{{ TWITTER_USERNAME }}"
{% endif %}
data-url="{{ SITEURL }}/{{ article.url }}"></div>
<!-- Shariff Button END -->
{% endif %}
|