Compare commits
3 Commits
fd09502b88
...
18987052ec
Author | SHA1 | Date | |
---|---|---|---|
|
18987052ec | ||
|
540921de33 | ||
|
fa6fac80ca |
@ -0,0 +1,17 @@
|
||||
{{ 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 }}
|
||||
|
@ -0,0 +1,11 @@
|
||||
{{ 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 }}
|
@ -0,0 +1,2 @@
|
||||
<footer> <a href="{{ .Site.BaseURL }}/index.html">Home</a> </footer>
|
||||
|
@ -0,0 +1,5 @@
|
||||
<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