1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

Fix semantic

This commit is contained in:
Tixie 2020-08-05 18:46:12 +02:00
parent 3729b63a44
commit b336c48ba3

View file

@ -6,7 +6,7 @@
{{ define "main" }}
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }}
<main>
{{ if .IsHome | (not $paginator.HasPrev) }}
{{ if and .IsHome (not $paginator.HasPrev) }}
<div class="home-head">
<div class="container">
<div class="home-head__container">