refactoring of code to support themes and new hellug theme
Κάποιοι έλεγχοι απέτυχαν
Hellug Projects/Hellug/www/pipeline/head There was a failure building this commit
Κάποιοι έλεγχοι απέτυχαν
Hellug Projects/Hellug/www/pipeline/head There was a failure building this commit
Αυτό το commit περιλαμβάνεται σε:
γονέας
781ede797c
commit
acfecc9a4d
119 αρχεία άλλαξαν με 3973 προσθήκες και 7 διαγραφές
23
themes/hellug-minimal/layouts/_default/single.html
Κανονικό αρχείο
23
themes/hellug-minimal/layouts/_default/single.html
Κανονικό αρχείο
|
@ -0,0 +1,23 @@
|
|||
{{ partial "head.html" . }}
|
||||
<header>
|
||||
<!-- Header Start -->
|
||||
{{ partial "header.html" . }}
|
||||
<!-- Header End -->
|
||||
|
||||
{{ partial .Params.bannertemplate . }}
|
||||
</header>
|
||||
<main>
|
||||
<div class="master">
|
||||
<!-- Content Area start -->
|
||||
{{.Content}}
|
||||
<!-- Content Area end -->
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<!-- Column 2 start -->
|
||||
{{ partial "column2.html" . }}
|
||||
<!-- Column 2 end -->
|
||||
</div>
|
||||
</main>
|
||||
<!-- Footer Start -->
|
||||
{{ partial "footer.html" . }}
|
||||
<!-- Footer End -->
|
Φόρτωση…
Προσθήκη πίνακα
Προσθήκη υπερσυνδέσμου
Παράθεση σε νέο ζήτημα