Fixing a lot of mobile related bugs.

This commit is contained in:
Adsooi 2021-08-03 15:34:16 +02:00
parent 29770627da
commit 6067077580
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
5 changed files with 8 additions and 10 deletions

View file

@ -1 +1,5 @@
{{ partial "section1.html" (dict "Image" (.Get 0) "Content" (.Inner | markdownify) ) }}
<section style="background-image: url({{ .Get 0 }});" class="section1">
<br><br><br>
{{ .Inner | markdownify }}
<br><br>
</section>