diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/layouts/partials/head.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/fcuny/notes/layouts/partials/head.html b/users/fcuny/notes/layouts/partials/head.html index 7de4fd4..6e5a6fb 100644 --- a/users/fcuny/notes/layouts/partials/head.html +++ b/users/fcuny/notes/layouts/partials/head.html @@ -6,12 +6,11 @@ {{ $css := "/css/custom.css" }} <link rel="stylesheet" href="{{ $css }}"> - <link rel="alternate" href="{{ "/feed.xml" | relURL }}" type="application/atom+xml" title="ATOM feed"> <link rel="author" href="humans.txt" /> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🖥️</text></svg>"> - <meta name="description" content="Franck Cuny's website, with articles about computers stuff."> + <meta name="description" content="Franck's notes."> <meta name="author" content="Franck Cuny"> <title>{{ .Title }}</title> |