mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-12-21 06:01:57 +00:00
Fix semantic
This commit is contained in:
parent
3729b63a44
commit
b336c48ba3
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue