diff options
author | Franck Cuny <franck@fcuny.net> | 2021-08-23 09:33:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-08-23 09:33:39 -0700 |
commit | b61ae35e777222379ba4870d2019cf00186e3b07 (patch) | |
tree | d6d6f83670c1f9a128316a28e4d8f67b9b2a01eb /users/fcuny/notes | |
parent | CSS: use decoration on headers only for articles (diff) | |
download | world-b61ae35e777222379ba4870d2019cf00186e3b07.tar.gz |
index: drop the main header
It's ugly.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/layouts/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/fcuny/notes/layouts/index.html b/users/fcuny/notes/layouts/index.html index b2f232d..f34b21f 100644 --- a/users/fcuny/notes/layouts/index.html +++ b/users/fcuny/notes/layouts/index.html @@ -1,8 +1,6 @@ {{ define "main" }} <div> - <h1>Franck Cuny</h1> - <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> |