about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/fcuny/blog/layouts/index.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/users/fcuny/blog/layouts/index.html b/users/fcuny/blog/layouts/index.html
index f34b21f..9e15e77 100644
--- a/users/fcuny/blog/layouts/index.html
+++ b/users/fcuny/blog/layouts/index.html
@@ -1,13 +1,15 @@
 {{ define "main" }}
 
-<div>
-  <ul>
-    <li>Email: <a href="mailto:franck@fcuny.net">franck@fcuny.net</a></li>
-    <li>Git: <a href="https://git.fcuny.net/fcuny">@fcuny</a></li>
-    <li>Twitter: <a href="https://twitter.com/franckcuny">@franckcuny</a></li>
-    <li>Keys: <a href="/ssh.pub.sig">SSH public keys</a></li>
-  </ul>
-
-  <p>I'm currently working as an <a href="https://twitter.com/TwitterEng">Engineer</a> at Twitter, on the Compute team.</p>
+<h1>{{ .Site.Home.Title }}</h1>
+
+<p>I'm currently working as an <a href="https://twitter.com/TwitterEng">Engineer</a> at Twitter, on the Compute team.</p>
+
+<h2>Contact</h2>
+<ul>
+  <li>Email: <a href="mailto:franck@fcuny.net">franck@fcuny.net</a></li>
+  <li>Git: <a href="https://git.fcuny.net/fcuny">@fcuny</a></li>
+  <li>Twitter: <a href="https://twitter.com/franckcuny">@franckcuny</a></li>
+  <li>Keys: <a href="/ssh.pub.sig">SSH public keys</a></li>
+</ul>
 
 {{ end }}