소스 검색

Add favicon meta tags

Josh Buchea 9 년 전
부모
커밋
c9a5ae9ffb
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      _includes/head.html

+ 4 - 0
_includes/head.html

@@ -5,6 +5,10 @@
   <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
   <title>{% if site.title %}{{ site.title }}{% else %}{{ site.app.name }}{% endif %}</title>
   <meta name="description" content="{{ site.description }}">
+  
+  <!-- Favicon -->
+  <link rel="shortcut icon" href="favicon.ico">
+  <link rel="apple-touch-icon-precomposed" href="apple-icon-precomposed.png">
 
   {% if site.enable.smart_app_banner %}
   <!-- Smart App Banner -->