|
@@ -37,24 +37,24 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
|
|
|
|
-<meta name="description" content="{{description}}" />
|
|
|
-<meta name="keywords" content="webgl graphics three.js" />
|
|
|
-<meta name="thumbnail" content="{{screenshot}}" />
|
|
|
-
|
|
|
-<meta property="og:title" content="{{title}}" />
|
|
|
-<meta property="og:type" content="website" />
|
|
|
-<meta property="og:image" content="{{screenshot}}" />
|
|
|
-<meta property="og:description" content="{{description}}" />
|
|
|
-<meta property="og:url" content="{{url}}" />
|
|
|
-
|
|
|
-<meta name="twitter:card" content="summary_large_image" />
|
|
|
-<meta name="twitter:site" content="@greggman" />
|
|
|
-<meta name="twitter:creator" content="@greggman" />
|
|
|
-<meta name="twitter:domain" content="threejsfundamentals.org" />
|
|
|
-<meta name="twitter:title" content="{{title}}" />
|
|
|
-<meta name="twitter:url" content="{{url}}" />
|
|
|
-<meta name="twitter:description" content="{{description}}" />
|
|
|
-<meta name="twitter:image:src" content="{{screenshot}}" />
|
|
|
+<meta name="description" content="{{description}}">
|
|
|
+<meta name="keywords" content="webgl graphics three.js">
|
|
|
+<meta name="thumbnail" content="{{screenshot}}">
|
|
|
+
|
|
|
+<meta property="og:title" content="{{title}}">
|
|
|
+<meta property="og:type" content="website">
|
|
|
+<meta property="og:image" content="{{screenshot}}">
|
|
|
+<meta property="og:description" content="{{description}}">
|
|
|
+<meta property="og:url" content="{{url}}">
|
|
|
+
|
|
|
+<meta name="twitter:card" content="summary_large_image">
|
|
|
+<meta name="twitter:site" content="@greggman">
|
|
|
+<meta name="twitter:creator" content="@greggman">
|
|
|
+<meta name="twitter:domain" content="threejsfundamentals.org">
|
|
|
+<meta name="twitter:title" content="{{title}}">
|
|
|
+<meta name="twitter:url" content="{{url}}">
|
|
|
+<meta name="twitter:description" content="{{description}}">
|
|
|
+<meta name="twitter:image:src" content="{{screenshot}}">
|
|
|
|
|
|
<script type="application/ld+json">
|
|
|
{
|
|
@@ -96,11 +96,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
<link rel="apple-touch-icon" href="/threejs/lessons/resources/threejsfundamentals-icon.png">
|
|
|
<link rel="icon" href="/threejs/lessons/resources/threejsfundamentals-icon.png">
|
|
|
|
|
|
-<link rel="stylesheet" href="/threejs/lessons/lang.css" />
|
|
|
+<link rel="stylesheet" href="/threejs/lessons/lang.css">
|
|
|
{{#ifexists filename="/threejs/lessons/{{langCode}}/lang.css" langCode=langInfo.baseDirname}}
|
|
|
-<link rel="stylesheet" href="/threejs/lessons/{{langInfo.baseDirname}}/lang.css" />
|
|
|
+<link rel="stylesheet" href="/threejs/lessons/{{langInfo.baseDirname}}/lang.css">
|
|
|
{{/ifexists}}
|
|
|
-<link rel="stylesheet" href="/threejs/lessons/resources/lesson.css" />
|
|
|
+<link rel="stylesheet" href="/threejs/lessons/resources/lesson.css">
|
|
|
</head>
|
|
|
<body>
|
|
|
{{{include "build/templates/header.template"}}}
|