So many stuphs

This commit is contained in:
2026-01-20 16:33:37 +01:00
parent af9a4bf851
commit d332744f5f
2 changed files with 8 additions and 11 deletions

View File

@ -45,15 +45,17 @@ body{
#hero::before{
background:url('/assets/pattern.svg');
background-size: cover;
background-repeat: repeat;
background-attachment: fixed;
content:'';
position:absolute;
top:-100px;
left:-100px;
width:calc(100% + 200px);
height:calc(100% + 200px);
top:0;
left:0;
width:100%;
height:100%;
opacity:0.04;
}
#reel{
width:100%;
height:100vh;

View File

@ -23,14 +23,9 @@
Billetterie
</a>
</div>
{{# {{ nav:collection:pages include_home="true" }} #}}
{{# <a href="{{ url }}">{{ title }}</a> #}}
{{# {{ /nav:collection:pages }} #}}
</nav>
{{# <div> #}}
{{ template_content }}
{{# </div> #}}
{{ template_content }}
<footer>Footer</footer>
</body>