Compare commits
No commits in common. "a455ca0ac6e6f274fb71898f0ea1a9e547f79761" and "4d4ee393af597b142eac17f982356d184e088759" have entirely different histories.
a455ca0ac6
...
4d4ee393af
3 changed files with 1 additions and 23 deletions
|
@ -1,8 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
description: "description"
|
date: {{ .Date }}
|
||||||
# layout: "definition"
|
|
||||||
page_status:
|
|
||||||
- 'stub'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
{{ define "head" }}
|
|
||||||
<link rel="stylesheet" href="/syntax_highlighting.css">
|
|
||||||
{{ end }}
|
|
||||||
{{ define "main" }}
|
|
||||||
{{ partial "header.html" }}
|
|
||||||
<article>
|
|
||||||
<header>
|
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
</header>
|
|
||||||
{{ .Content }}
|
|
||||||
<footer>
|
|
||||||
{{ partial "see_also" . }}
|
|
||||||
{{ partial "categories.html" }}
|
|
||||||
{{ partial "content_notices.html" . }}
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
{{ end }}
|
|
|
@ -1,4 +1,3 @@
|
||||||
{{ if .Params.see_also }}
|
|
||||||
<div class="see_also">
|
<div class="see_also">
|
||||||
<h3>See also: </h3>
|
<h3>See also: </h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -7,4 +6,3 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
|
||||||
|
|
Loading…
Reference in a new issue