First section of index page!
This commit is contained in:
parent
45e0d5fca3
commit
09c21184c5
7 changed files with 25 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
|||
<link rel="stylesheet" href="/css/common.css">
|
||||
<link rel="stylesheet" href="/css/header.css">
|
||||
<link rel="stylesheet" href="/css/footer.css">
|
||||
<link rel="stylesheet" href="/css/sections.css">
|
||||
<link rel="stylesheet" href="/css/font.css">
|
||||
{{ hugo.Generator }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
|
5
layouts/partials/section1.html
Normal file
5
layouts/partials/section1.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
<section style="background: url({{ .Image }}); background-size: cover; background-repeat: no-repeat; color: black; padding-left: 1em; padding-top: 1em; padding-right: 1em;">
|
||||
{{ .Content | safeHTML }}
|
||||
<div class="section-end-triangle"></div>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue