+ Special layout just for the links page so its not garbage
! This is also a test for a future layout for the e-begging page but whateves
This commit is contained in:
16
themes/shockrah.xyz/layouts/contact/baseof.html
Normal file
16
themes/shockrah.xyz/layouts/contact/baseof.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
<div id="layout">
|
||||
{{- partial "header.html" . -}}
|
||||
<div id="main">
|
||||
<div class="content">
|
||||
{{- block "main" . -}}{{- end -}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user