Compare commits
No commits in common. "18987052ec1e9890143610d272f4d832051bb934" and "fd09502b88dc275139f1a1fd30f9307cdcb2f852" have entirely different histories.
18987052ec
...
fd09502b88
@ -1,17 +0,0 @@
|
||||
{{ define "main" }}
|
||||
<h2 class="tots_heading"> {{ .Title }}</h2>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ range.Pages }}
|
||||
|
||||
<div class="tots_post">
|
||||
<h3 class="entry_heading">{{ .Title }}</h3>
|
||||
<h5 class="tots_date_category"> {{ .Lastmod }}</h5>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
@ -1,11 +0,0 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<div class="tots_post">
|
||||
<h3 class="entry_heading">{{ .Title }}</h3>
|
||||
<h5 class="tots_date_category"> {{ .Lastmod }}</h5>
|
||||
|
||||
<p>{{ .Content }}</p>
|
||||
|
||||
<p> hi </p>
|
||||
</div>
|
||||
{{ end }}
|
@ -1,2 +0,0 @@
|
||||
<footer> <a href="{{ .Site.BaseURL }}/index.html">Home</a> </footer>
|
||||
|
@ -1,5 +0,0 @@
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/style.css" />
|
||||
<link rel="shortcut icon" type="image/ico" href="images/nuke.ico" />
|
||||
<title> {{ .Title }} </title>
|
||||
</head>
|
Loading…
Reference in New Issue
Block a user