Αυτό το commit περιλαμβάνεται σε:
infl00p 2024-02-09 11:21:40 +02:00
γονέας d7ba6aedc6
commit e2f15f100d
6 αρχεία άλλαξαν με 37 προσθήκες και 21 διαγραφές

@ -8,8 +8,10 @@
{{ partial "hellug-banner.html" . }}
<main>
<div class="master">
{{.Content}}
<div class="col">
<div class="row">
{{.Content}}
<!-- Articles Section -->
{{ $articlelimit := 5 }}
@ -56,9 +58,10 @@ Nέο</h3>
</section>
</div>
<div class="sidebar">
<!-- Column 2 start -->
<div class="row">
{{ partial "column2.html" . }}
</div>
<!-- Column 2 end -->
</div>
</main>