about summary refs log tree commit diff
path: root/users/fcuny/blog/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/blog/layouts/index.html')
-rw-r--r--users/fcuny/blog/layouts/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/fcuny/blog/layouts/index.html b/users/fcuny/blog/layouts/index.html
index 21a86b8..523ad08 100644
--- a/users/fcuny/blog/layouts/index.html
+++ b/users/fcuny/blog/layouts/index.html
@@ -1,5 +1,7 @@
 {{ define "main" }}
 
+<article class="article">
+
 <h1>{{ .Site.Home.Title }}</h1>
 
 <p>I'm an engineer currently on a break. Previously I was a Site Reliability Engineer working on Twitter's compute platform.</p>
@@ -12,4 +14,6 @@
   <li>Keys: <a href="/ssh.pub.sig">SSH public keys</a></li>
 </ul>
 
+</article>
+
 {{ end }}