2019-04-01 23:16:35 +02:00
---
---
<!DOCTYPE html>
< html >
< head >
2019-12-16 12:12:57 +01:00
{% include relBase.html %}
2019-04-01 23:16:35 +02:00
{% include metahead.html %}
2019-11-05 15:18:23 +01:00
{% include matomo.html %}
2019-04-01 23:16:35 +02:00
< / head >
< body >
{% include navmenu.html %}
< div id = "content" >
< div id = "headline" > < h1 > ~/hi-light< / h1 > < / div >
2020-02-21 21:12:13 +01:00
< a href = "{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target = "_blank" rel = "noopener" > < div id = "linkhead" style = "background-image:url('{{ relBase }}{{ page.image }}');background-size:cover;background-position:center;opacity:0.75;" > < / div > < / a >
< a href = "{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target = "_blank" rel = "noopener" > < div id = "linkheadthumb" style = "background-image:url('{{ relBase }}{{ page.image }}');background-size:cover;background-position:center;opacity:0.75;" > < / div > < / a >
2019-04-01 23:16:35 +02:00
< div class = "fitter" >
< div class = "articles-pargraph" >
< h1 > {{ page.title }}< / h1 >
< p > < strong > {{ page.date | date: "%a, %b %d, %Y" }}< / strong > < / p >
{{ content }}
{% include author.html %} < br / > < br / > < br / > < br / >
2020-02-21 21:12:13 +01:00
< br / > < br / > < a id = "highlightlink" href = "{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target = "_blank" rel = "noopener" style = "text-decoration:none;" > CHECK IT OUT!< / a >
2019-08-26 17:56:20 +02:00
< br / > < br / > < p style = "font-size:0.85em; margin:5px;" > Warning, some links might lead you to webshits like google, with aggressive tracking.< / p >
2019-04-01 23:16:35 +02:00
< / div >
{% include highlight_pagination.html %}
{% include footer.html %}
< / div >
< / div >
< / body >
2019-08-26 17:56:20 +02:00
< / html >