diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-19 20:46:54 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-19 20:46:54 +0000 |
commit | 6f43cbc1edacc607d606e488e9c4e5112c38f993 (patch) | |
tree | 508208823a16bfcf945b65ce03bd6a9c044a4df8 | |
parent | 4373170adb0ad84e7656d3d9cfe9d6eb1aaa06fc (diff) | |
download | rgoncalves.se-6f43cbc1edacc607d606e488e9c4e5112c38f993.tar.gz |
templates: Add favicon
-rw-r--r-- | templates/default.head | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.head b/templates/default.head index 8b7f7ad..1007ff6 100644 --- a/templates/default.head +++ b/templates/default.head @@ -1,5 +1,6 @@ <title>rgoncalves.se</title> <link href="/style/style.css" rel="stylesheet" type="text/css"> +<link rel="shortcut icon" type="image/jpg" href="/img/favicon.ico"/> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="googlebot" content="noindex"> |