diff options
author | neodarz <neodarz@neodarz.net> | 2017-05-06 00:54:51 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-05-06 00:54:51 +0200 |
commit | 2505d7586a6a7c9a19b33b92a78fd4f1d4930281 (patch) | |
tree | 23420e675cc183aababdfa0a64326aaec2d12ad4 /source/template.html | |
parent | 951971a6bf173ca8cc601abdd9ca8d33da93e657 (diff) | |
download | my_new_personal_website-2505d7586a6a7c9a19b33b92a78fd4f1d4930281.tar.xz my_new_personal_website-2505d7586a6a7c9a19b33b92a78fd4f1d4930281.zip |
Add some design
Diffstat (limited to '')
-rw-r--r-- | source/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/template.html b/source/template.html index 986ce492..ddeff8aa 100644 --- a/source/template.html +++ b/source/template.html @@ -9,6 +9,7 @@ $if(date)$ $endif$ <title>$pagetitle$</title> <link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-152.png"/> + <link rel="stylesheet" href="/css/font-awesome.min.css"> <meta name="msapplication-TileColor" content="#FFFFFF"/> <meta name="msapplication-TileImage" content="/img/favicon-144.png"/> <meta name="viewport" content="width=device-width, initial-scale=1"> |