forked from ruangrupa/lumbung.space
add news ticker iframe to home page
This commit is contained in:
parent
f2fe5e8e8b
commit
ab4394b00f
@ -1,5 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<section class='entries'>
|
<section class='entries'>
|
||||||
<div class="h-feed">
|
<div class="h-feed">
|
||||||
{{ range (where (.Paginator 13).Pages }}
|
{{ range (where (.Paginator 13).Pages }}
|
||||||
|
|
||||||
@ -36,5 +36,7 @@
|
|||||||
{{ template "_internal/pagination.html" . }}
|
{{ template "_internal/pagination.html" . }}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<iframe src="https://documenta-fifteen.de/en/external-ticker-lumbung/" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" scrolling="no" style="overflow: hidden" width="100%" height="80px" frameborder="0"></iframe>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user