aboutsummaryrefslogtreecommitdiff
path: root/html/main/blog.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/main/blog.tmpl.html')
-rw-r--r--html/main/blog.tmpl.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/html/main/blog.tmpl.html b/html/main/blog.tmpl.html
index 055d2ec..989743c 100644
--- a/html/main/blog.tmpl.html
+++ b/html/main/blog.tmpl.html
@@ -4,12 +4,14 @@
{{ define "canonical" }}/blog{{end}}
{{ define "main" }}
- <h1>alexscerba.com<wbr>/blog</h1>
+ <h1>Blog</h1>
- <section class="postContent">
- <h2>Entries</h2>
+ <section class="postBackground">
+ <div class="postContent">
+ <h2>Entries</h2>
{{ range .Posts.Contents}}
<p>- <a href="/blog/{{ .FileName }}">{{ .Title }}</a></p>
{{ end }}
+ </div>
</section>
{{ end }} \ No newline at end of file