2019-04-01 23:16:35 +02:00
< div class = "articles-pargraph" >
{% for post in site.categories.highlights %}
{% if post.url == page.url %}
{% assign post_index0 = forloop.index0 %}
{% assign post_index1 = forloop.index %}
{% endif %}
{% endfor %}
{% for post in site.categories.highlights %}
{% if post_index0 == forloop.index %}
{% assign next_post = post.url %}
{% endif %}
{% if post_index1 == forloop.index0 %}
{% assign prev_post = post.url %}
{% endif %}
{% endfor %}
< br / > < br / > < a id = "commentlink" href = "mailto:info+comment@basspistol.com?subject=Regarding the post "{{ page.title }}"!&body=Hey! The post on on your site with the title "{{ page.title }}" is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style = "text-decoration:none;" > Write a comment< / a >
< br / > < br / > < h2 >
{% if prev_post %}
2019-12-16 12:12:57 +01:00
< a href = "{{ relBase }}{{ prev_post }}" style = "text-decoration: none;" > « Older< / a > {% if next_post %}< span style = "color:#313d26;" > |< / span > {% endif %}
2019-04-01 23:16:35 +02:00
{% endif %}
{% if next_post %}
2019-12-16 12:12:57 +01:00
< a href = "{{ relBase }}{{ next_post }}" style = "text-decoration: none;" > Newer» < / a >
2019-04-01 23:16:35 +02:00
{% endif %}
< / h2 >
< p > Tags:< / p >
{% assign sortedtags = page.tags | sort %} {% for tags in sortedtags%}
2019-12-16 12:12:57 +01:00
< a href = "{{ relBase }}/tags/#{{ tags }}" > {{ tags }}< / a > /
2019-04-01 23:16:35 +02:00
{% endfor %}
< br / > < br / >
< a style = "text-decoration: none;" href = "https://touch.facebook.com/sharer.php?u={{ page.link | xml_escape }}"e={{ page.description | xml_escape }} via https://basspistol.com" target = "_blank" rel = "noopener noreferrer nofollow" >
2019-12-16 12:12:57 +01:00
< img src = "{{ relBase }}/assets/img/facebook.svg" width = "22px" height = "22px" alt = "share on facebook" / >
2019-04-01 23:16:35 +02:00
< / a >
< a style = "text-decoration: none;" href = "https://twitter.com/share?url={{ page.link | xml_escape }}&text={{ page.description | xml_escape }}&via=bpist&hashtags=BpistHilights" target = "_blank" rel = "noopener noreferrer nofollow" >
2019-12-16 12:12:57 +01:00
< img src = "{{ relBase }}/assets/img/twitter.svg" width = "24px" height = "24px" alt = "share on twitter" / >
2019-04-01 23:16:35 +02:00
< / a >
< a style = "text-decoration: none;" href = "https://telegram.me/share/url?url={{ page.link }}&text={{ page.description }} via @basspistolQC" target = "_blank" rel = "noopener noreferrer nofollow" >
2019-12-16 12:12:57 +01:00
< img src = "{{ relBase }}/assets/img/telegram.svg" width = "24px" height = "24px" alt = "share on telegram" / >
2019-04-01 23:16:35 +02:00
< / a >
< a style = "text-decoration: none;" href = "https://reddit.com/submit/?url={{ page.link }}" target = "_blank" rel = "noopener noreferrer nofollow" >
2019-12-16 12:12:57 +01:00
< img src = "{{ relBase }}/assets/img/reddit.svg" width = "24px" height = "24px" alt = "share on reddit" / >
2019-04-01 23:16:35 +02:00
< / a >
< / div >