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 | e040373c4eb279e3b2dcf9925bf8b0712e0910e8 (patch) | |
tree | 06a5c07797022481454effb904a22a2d0d07b7b3 | |
parent | CSS: use decoration on headers only for articles (diff) | |
download | fcuny.net-e040373c4eb279e3b2dcf9925bf8b0712e0910e8.tar.gz |
index: drop the main header
It's ugly.
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html index b2f232d..f34b21f 100644 --- a/layouts/index.html +++ b/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> |