Skip to content

Commit 9d5e3e7

Browse files
authored
Remove list of streams.
1 parent a2e7ade commit 9d5e3e7

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

layouts/index.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,6 @@ <h2>The Fediverse</h2>
8282
</div>
8383
</section>
8484

85-
<!-- Live now from Directory section -->
86-
<section id="container-live-now" class="section text-center live-now-container">
87-
<h2>Streams live right now</h2>
88-
<p>Visit the <a href="https://directory.owncast.online">Owncast Directory</a> to discover more streams.</p>
89-
<div class="stream-list-holder scrollbar-hidden">
90-
<ul id="stream-list" role="list">
91-
</ul>
92-
</div>
93-
</section>
94-
95-
9685
{{ end }}
9786

9887

layouts/partials/footer/script-footer.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@
55
{{ $clipboard := resources.Get "js/vendor/clipboard/dist/clipboard.min.js" -}}
66

77
{{ $quotes := resources.Get "js/quotes.js" -}}
8-
{{ $ypLiveNow := resources.Get "js/yp-livenow.js" -}}
98

109
{{ if eq (hugo.Environment) "development" -}}
1110
{{ $app := resources.Get "js/app.js" -}}
12-
{{ $js := slice $lazysizes $clipboard $flexsearch $quotes $ypLiveNow $app | resources.Concat "main.js" -}}
11+
{{ $js := slice $lazysizes $clipboard $flexsearch $quotes $app | resources.Concat "main.js" -}}
1312
<script src="{{ $js.Permalink }}" defer></script>
1413
<script src="{{ $index.Permalink }}" defer></script>
1514
{{ else -}}
1615
{{ $instantPage := resources.Get "js/vendor/instant.page/instantpage.js" | minify -}}
1716
{{ $app := resources.Get "js/app.js" | minify -}}
18-
{{ $js := slice $lazysizes $clipboard $flexsearch $instantPage $quotes $ypLiveNow $app | resources.Concat "main.js" -}}
17+
{{ $js := slice $lazysizes $clipboard $flexsearch $instantPage $quotes $app | resources.Concat "main.js" -}}
1918
{{ $jsProd := $js | resources.Fingerprint "sha512" -}}
2019
{{ $indexProd := $index | resources.Minify | resources.Fingerprint "sha512" -}}
2120
<script src="{{ $jsProd.Permalink }}" integrity="{{ $jsProd.Data.Integrity }}" crossorigin="anonymous" defer></script>

0 commit comments

Comments
 (0)