mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 14:31:51 +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" }}
|
{{ define "main" }}
|
||||||
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }}
|
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }}
|
||||||
<main>
|
<main>
|
||||||
{{ if .IsHome | (not $paginator.HasPrev) }}
|
{{ if and .IsHome (not $paginator.HasPrev) }}
|
||||||
<div class="home-head">
|
<div class="home-head">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="home-head__container">
|
<div class="home-head__container">
|
||||||
|
|
Loading…
Reference in a new issue