add news ticker iframe to home page

This commit is contained in:
Aadil Ayub 2022-01-07 13:17:10 +05:00
parent f2fe5e8e8b
commit ab4394b00f

View File

@ -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 }}