This website works better with JavaScript.
Home
Explore
Help
Sign In
Pawlik
/
meghna-hugo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Update single to work as a main block
tags/v1.0.0
Stefano Chiodino
6 years ago
parent
3fe31ae856
commit
17dc63605d
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
layouts/_default/single.html
+ 3
- 1
layouts/_default/single.html
View File
@@ -1,3 +1,5 @@
{{ define "main" }}
{{ partial "header.html" . }}
{{ partial "navigation.html" . }}
@@ -22,4 +24,4 @@
</div>
</section>
{{
partial "footer.html" .
}}
{{
end
}}
Write
Preview
Loading…
Cancel
Save