forked from mirrors/hugo-theme-terminal
added parameter for centered view
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
@ -7,7 +7,12 @@
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body class="">
|
||||
<div class="container">
|
||||
{{ if eq $.Site.Params.themeWidth "full" }}
|
||||
<div class="container full">
|
||||
{{ else }}
|
||||
<div class="container half">
|
||||
{{ end }}
|
||||
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="content">
|
||||
|
Reference in New Issue
Block a user