www/themes/hellug-minimal/layouts/_default/news.html
infl00p acfecc9a4d
Κάποιοι έλεγχοι απέτυχαν
Hellug Projects/Hellug/www/pipeline/head There was a failure building this commit
refactoring of code to support themes and new hellug theme
2022-10-27 18:05:10 +03:00

25 γραμμές
546 B
HTML

{{- partial "head.html" . }}
<!-- Header Start -->
<header>
{{- partial .Params.bannertemplate . }}
{{- partial "header.html" . }}
</header>
<!-- Header End -->
<main>
{{ partial "breadcrump.html"}}
<div class="master">
<!-- Article start -->
<h3>{{ .Title }}</h3>
{{- dateFormat "02/01/2006" .Date }}
<article>{{.Content}} </article>
</div>
<!-- Article end -->
<div class="sidebar">
<!-- Column start -->
{{- partial "column2.html" . }}
<!-- Column end -->
</div>
</main>
<!-- Footer Start -->
{{ partial "footer.html" . }}
<!-- Footer End -->