added cactus theme files
This commit is contained in:
20
hugo-content/themes/cactus/layouts/_default/baseof.html
Normal file
20
hugo-content/themes/cactus/layouts/_default/baseof.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
{{ partial "head.html" . }}
|
||||
<body class="max-width mx-auto px3 ltr">
|
||||
<div class="content index py4">
|
||||
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<link rel="stylesheet" href={{ "lib/font-awesome/css/all.min.css" | relURL }}>
|
||||
<script src={{ "lib/jquery/jquery.min.js" | relURL }}></script>
|
||||
<script src={{ "js/main.js" | relURL }}></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user