2016-03-17 11:01:39 +00:00
|
|
|
<!DOCTYPE html>
|
2017-07-27 19:42:07 +00:00
|
|
|
<html lang="{{ .Page.Language | default "en" }}" class="js csstransforms3d">
|
2016-03-17 11:01:39 +00:00
|
|
|
<head>
|
2016-04-10 22:09:03 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
{{ .Hugo.Generator }}
|
2016-03-17 20:40:58 +00:00
|
|
|
{{ partial "meta.html" . }}
|
2016-03-28 22:35:18 +00:00
|
|
|
{{ partial "favicon.html" . }}
|
2017-07-27 19:42:07 +00:00
|
|
|
<title>{{ .Title }} :: {{ .Site.Title }}</title>
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
{{ $assetBusting := not .Site.Params.disableAssetBusting }}
|
|
|
|
<link href="{{"css/nucleus.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
<link href="{{"css/font-awesome.min.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
<link href="{{"css/hybrid.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
<link href="{{"css/featherlight.min.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
<link href="{{"css/perfect-scrollbar.min.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
<link href="{{"css/horsey.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
<link href="{{"css/theme.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
<link href="{{"css/hugo-theme.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
{{with .Site.Params.themeVariant}}
|
|
|
|
<link href="{{(printf "css/theme-%s.css" .) | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
|
|
|
{{end}}
|
2017-07-27 19:42:07 +00:00
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
<script src="{{"js/jquery-2.x.min.js"| relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>
|
|
|
|
|
2017-07-27 19:42:07 +00:00
|
|
|
<style type="text/css">
|
|
|
|
:root #header + #content > #left > #rlblock_left{
|
|
|
|
display:none !important;
|
|
|
|
}
|
2017-07-31 22:09:59 +00:00
|
|
|
{{ if .Site.Params.disableInlineCopyToClipBoard }}
|
|
|
|
:not(pre) > code + span.copy-to-clipboard {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
{{ end }}
|
2017-07-27 19:42:07 +00:00
|
|
|
</style>
|
2017-08-01 20:25:17 +00:00
|
|
|
{{ partial "custom-header.html" . }}
|
2016-03-17 11:01:39 +00:00
|
|
|
</head>
|
2016-05-23 20:18:57 +00:00
|
|
|
<body class="" data-url="{{ .RelPermalink }}">
|
2016-03-17 11:01:39 +00:00
|
|
|
{{ partial "menu.html" . }}
|
|
|
|
<section id="body">
|
|
|
|
<div id="overlay"></div>
|
2017-08-01 19:20:15 +00:00
|
|
|
<div class="padding highlightable sticky-parent">
|
2017-07-27 19:42:07 +00:00
|
|
|
{{if not .IsHome}}
|
2017-05-26 04:06:02 +00:00
|
|
|
<div id="top-bar">
|
2017-07-27 19:42:07 +00:00
|
|
|
{{ if and (or .IsPage .IsSection) .Site.Params.editURL }}
|
2016-03-17 13:10:43 +00:00
|
|
|
{{ $File := .File }}
|
|
|
|
{{ $Site := .Site }}
|
|
|
|
{{with $File.Path }}
|
2017-07-27 19:42:07 +00:00
|
|
|
<div id="top-github-link">
|
2017-01-05 21:59:15 +00:00
|
|
|
<a class="github-link" href="{{ $Site.Params.editURL }}{{ replace $File.Dir "\\" "/" }}{{ $File.LogicalName }}" target="blank">
|
2016-03-21 15:58:15 +00:00
|
|
|
<i class="fa fa-code-fork"></i>
|
2017-07-27 19:42:07 +00:00
|
|
|
{{T "Edit-this-page"}}
|
2016-03-17 11:01:39 +00:00
|
|
|
</a>
|
2017-07-27 19:42:07 +00:00
|
|
|
</div>
|
2016-03-17 13:10:43 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
2017-07-27 19:42:07 +00:00
|
|
|
{{$toc := (and (not .Params.disableToc) (not .Params.chapter))}}
|
2016-03-17 11:01:39 +00:00
|
|
|
<div id="breadcrumbs" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
|
2016-03-26 02:28:38 +00:00
|
|
|
<span id="sidebar-toggle-span">
|
|
|
|
<a href="#" id="sidebar-toggle" data-sidebar-toggle="">
|
|
|
|
<i class="fa fa-bars"></i>
|
|
|
|
</a>
|
|
|
|
</span>
|
2017-07-27 19:42:07 +00:00
|
|
|
{{ if $toc }}
|
|
|
|
<span id="toc-menu"><i class="fa fa-list-alt"></i></span>
|
2016-03-17 20:05:42 +00:00
|
|
|
{{ end }}
|
2017-07-27 19:42:07 +00:00
|
|
|
<span class="links">
|
|
|
|
{{ template "breadcrumb" dict "page" . "value" .Title }}
|
|
|
|
</span>
|
2016-03-17 11:01:39 +00:00
|
|
|
</div>
|
2017-07-27 19:42:07 +00:00
|
|
|
{{ if $toc }}
|
2016-03-17 20:05:42 +00:00
|
|
|
{{ partial "toc.html" . }}
|
|
|
|
{{ end }}
|
2017-05-26 04:06:02 +00:00
|
|
|
</div>
|
2016-03-17 11:01:39 +00:00
|
|
|
{{ end }}
|
2017-07-27 19:42:07 +00:00
|
|
|
|
|
|
|
{{ if .Params.chapter }}
|
|
|
|
<div id="chapter">
|
|
|
|
{{ end }}
|
|
|
|
<div id="body-inner">
|
|
|
|
{{if and (not .IsHome) (not .Params.chapter) }}
|
|
|
|
<h1>{{.Title}}</h1>
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{define "breadcrumb"}}
|
|
|
|
{{$parent := .page.Parent }}
|
|
|
|
{{ if $parent }}
|
|
|
|
{{ $value := (printf "<a href='%s'>%s</a> > %s" $parent.URL $parent.Title .value) }}
|
|
|
|
{{ template "breadcrumb" dict "page" $parent "value" $value }}
|
|
|
|
{{else}}
|
|
|
|
{{.value|safeHTML}}
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|