human commit
This commit is contained in:
parent
d891906702
commit
f938333ff3
366 changed files with 81971 additions and 0 deletions
29
_layouts/link.html
Normal file
29
_layouts/link.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
<div id="headline"><h1>~/hi-light</h1></div>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<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 />
|
||||
|
||||
<br /><br /><a id="highlightlink" href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer" style="text-decoration:none;">CHECK IT OUT!</a>
|
||||
<br /><br /><p style="font-size:0.85em; margin:5px;">Warning, some links might lead you to webshits like google, with aggressive tracking.</p>
|
||||
</div>
|
||||
{% include highlight_pagination.html %}
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue