浏览代码

add apple icon link

Gregg Tavares 7 年之前
父节点
当前提交
ee82613d52
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 2 0
      build/templates/index.template
  2. 1 0
      build/templates/lesson.template

+ 2 - 0
build/templates/index.template

@@ -57,6 +57,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 <link rel="alternate" type="application/atom+xml" title="threejs fundamentals" href="https://threejsfundamentals.org/atom.xml" />
 
 <link href="/threejs/lessons/resources/threejsfundamentals-icon.png" rel="shortcut icon" type="image/png">
+<link rel="apple-touch-icon" href="/threejs/lessons/resources/threejsfundamentals-icon.png">
+
 <link rel="stylesheet" href="/threejs/lessons/resources/lesson.css" type="text/css" />
 <link rel="stylesheet" href="/threejs/lessons/resources/index.css" type="text/css" />
 </head>

+ 1 - 0
build/templates/lesson.template

@@ -54,6 +54,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 <title>{{title}}</title>
 <link href="/threejs/lessons/resources/threejsfundamentals-icon.png" rel="shortcut icon" type="image/png">
+<link rel="apple-touch-icon" href="/threejs/lessons/resources/threejsfundamentals-icon.png">
 <link rel="stylesheet" href="/threejs/lessons/resources/lesson.css" type="text/css" />
 </head>
 <body>