Added link elements for displaying the tiny ant as favicon
This commit is contained in:
parent
668fa8dbeb
commit
280720c792
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ Disallow: /stories/top
|
||||||
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
||||||
<script type="text/javascript" src="<% site.href main.js %>"></script>
|
<script type="text/javascript" src="<% site.href main.js %>"></script>
|
||||||
<link rel="stylesheet" type="text/css" title="CSS Stylesheet" href="<% site.href main.css %>" />
|
<link rel="stylesheet" type="text/css" title="CSS Stylesheet" href="<% site.href main.css %>" />
|
||||||
|
<link rel="shortcut icon" type="image/x-icon" href="<% image /ant-icon.png url %>" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="<% image /ant-icon.png url %>" />
|
||||||
<link rel="alternate" type="application/rss+xml" title="Stories and comments of <% site.title %>" href="<% site.href rss.xml %>" />
|
<link rel="alternate" type="application/rss+xml" title="Stories and comments of <% site.title %>" href="<% site.href rss.xml %>" />
|
||||||
<link rel="alternate" type="application/rss+xml" title="Stories of <% site.title %>" href="<% site.href stories.xml %>" />
|
<link rel="alternate" type="application/rss+xml" title="Stories of <% site.title %>" href="<% site.href stories.xml %>" />
|
||||||
<link rel="alternate" type="application/rss+xml" title="Comments of <% site.title %>" href="<% site.href comments.xml %>" />
|
<link rel="alternate" type="application/rss+xml" title="Comments of <% site.title %>" href="<% site.href comments.xml %>" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue