ticker to main page, ignore cruft

This commit is contained in:
cellarspoon 2022-01-12 10:13:55 +01:00
parent 0b1bdecac9
commit 8277689ce5
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/content/hash/
/content/video/
/public/
resources

View File

@ -37,6 +37,4 @@
</nav>
</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 }}

View File

@ -32,6 +32,7 @@
{{ template "_internal/pagination.html" . }}
</nav>
<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>
</main>
{{ end }}