First commit of the theme
This commit is contained in:
commit
360f7ecd96
24 changed files with 525 additions and 0 deletions
6
layouts/partials/front.html
Normal file
6
layouts/partials/front.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<main class="front-screen" {{ if $.Params.background }}
|
||||
style="background-image: url('{{ $.Site.BaseURL }}{{ print (index $.Params.background 0) }}');" {{ end }}>
|
||||
<div class="front-screen_caption">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</main>
|
Loading…
Add table
Add a link
Reference in a new issue