mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 16:10:43 +00:00
Add home page template and content
This commit is contained in:
parent
cc78f9d92c
commit
477ed92086
4 changed files with 45 additions and 0 deletions
8
layouts/index.html
Normal file
8
layouts/index.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ define "main" }}
|
||||
<div id="main" class="short-top">
|
||||
<div class="container">
|
||||
{{ partial "header_image.html" . }}
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue