diff options
Diffstat (limited to 'templates/template.html')
-rw-r--r-- | templates/template.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/template.html b/templates/template.html index 8ac8a2ef..a42df254 100644 --- a/templates/template.html +++ b/templates/template.html @@ -13,7 +13,6 @@ $endif$ <meta name="msapplication-TileImage" content="/img/favicon-144.png"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="/css/fonts.css" media="all" rel="stylesheet" type="text/css"/> - <link href="/css/font-awesome.min.css" media="all" rel="stylesheet" type="text/css"> <link href="/css/normalize.css" media="all" rel="stylesheet" type="text/css"/> <link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/> <link href="/css/theme-wide.css" media="only screen and (min-width: 1441px)" rel="stylesheet" type="text/css"/> @@ -55,7 +54,7 @@ $if(updated)$ </span> $endif$ <span class="rfooter"> - <a class="rss-icon fa fa-rss fa-flip-horizontal" href="/rss.xml" target="_blank" title="RSS feed"><!--RSS feed icon--></a><a class="atom-icon fa fa-rss" href="/atom.xml" target="_blank" title="Atom feed"><!--Atom feed icon--></a><a class="cc-icon fa fa-creative-commons" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license."><!--CC icon--></a> + <a class="rss-icon" href="/rss.xml" target="_blank" title="RSS feed"><!--RSS feed icon--></a><a class="atom-icon" href="/atom.xml" target="_blank" title="Atom feed"><!--Atom feed icon--></a><a class="cc-icon" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license."><!--CC icon--></a> <a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a> </span> </footer> |