Revert "I need to change how this git works"
This reverts commit ba4f4edfe9.
This commit is contained in:
parent
ba4f4edfe9
commit
a7b5476385
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<article class="article-box">
|
<article class="article-box">
|
||||||
<article class="article-content">
|
<article class="article-content">
|
||||||
<h1>{{ .LinkTitle }}</h1>
|
|
||||||
<div class="article-title">{{ time.Format "Monday 2 January 2006" .PublishDate }}</div>
|
<div class="article-title">{{ time.Format "Monday 2 January 2006" .PublishDate }}</div>
|
||||||
<div class="article">
|
<div class="article">
|
||||||
|
<h1>{{ .LinkTitle }}</h1>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue