Add text variant
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
41
default.hbs
Normal file
41
default.hbs
Normal file
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{@site.locale}}">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{meta_title}}</title>
|
||||
|
||||
{{> common/lib/header/fonts}}
|
||||
<link rel="stylesheet" href="{{asset "built/main.css"}}">
|
||||
{{> common/lib/header/prism}}
|
||||
|
||||
{{ghost_head}}
|
||||
</head>
|
||||
|
||||
<body class="{{body_class}} is-head-{{#match @custom.navigation_layout "Logo on the left"}}left-logo{{else match
|
||||
@custom.navigation_layout "Logo in the middle" }}middle-logo{{else}}stacked{{/match}}{{#match
|
||||
@custom.title_font "=" "Elegant serif" }} has-serif-title{{/match}}{{#match @custom.body_font "=" "Elegant serif" }}
|
||||
has-serif-body{{/match}}">
|
||||
|
||||
<div class="gh-site">
|
||||
{{> common/header}}
|
||||
|
||||
<div class="gh-site-content">
|
||||
{{{body}}}
|
||||
</div>
|
||||
|
||||
{{> common/footer}}
|
||||
</div>
|
||||
|
||||
{{> common/pswp}}
|
||||
|
||||
{{> common/lib/footer/tocbot}}
|
||||
<script src="{{asset "built/main.min.js"}}"></script>
|
||||
{{> common/lib/footer/prism}}
|
||||
|
||||
{{ghost_foot}}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user