diff options
| author | Antonin Descampe <antonin@gmail.com> | 2015-06-20 21:07:29 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2015-06-20 21:07:29 +0200 |
| commit | 4913d2cb6698c55e92ae65222bbb79d725715a88 (patch) | |
| tree | bc98e751e77d48a5cdd0fbbd9d843f416cda8fec /_includes | |
| parent | f780fdb8df57542a6e6a0eae02c9113be55e66a7 (diff) | |
WIP on website
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/themes/twitter/default.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_includes/themes/twitter/default.html b/_includes/themes/twitter/default.html index 4bc21faa..9280d73f 100644 --- a/_includes/themes/twitter/default.html +++ b/_includes/themes/twitter/default.html @@ -19,12 +19,11 @@ <link href="{{ ASSET_PATH }}/css/style.css?body=1" rel="stylesheet" type="text/css" media="all"> <!-- Le fav and touch icons --> - <!-- Update these with your own images - <link rel="shortcut icon" href="images/favicon.ico"> + <!-- Update these with your own images --> + <link rel="shortcut icon" href="assets/images/favicon.ico"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> - --> <!-- atom & rss feed --> <link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed"> |
