mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 19:50:01 +02:00
added locale templating to the locale string content
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<meta property="og:locale" content="en-GB" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:published_time" content="2013-06-13T12:00:00+00:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T22:28:34+00:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T23:05:12+00:00" />
|
||||
<meta property="og:author" content="Mike 'Pomax' Kamermans" />
|
||||
<meta property="og:section" content="Bézier Curves" />
|
||||
<meta property="og:tag" content="Bézier Curves" />
|
||||
@@ -51,11 +51,11 @@
|
||||
<script src="./js/site/referrer.js" type="module" async></script>
|
||||
|
||||
<!--
|
||||
The part that makes interactive graphics work: an HTML5 <graphics-element> custom element.
|
||||
Note that we're not defering this: we just want it to kick in as soon as possible, and
|
||||
given how much HTML there is, that means this can, and thus should, kick in before the
|
||||
document is done even transferring.
|
||||
-->
|
||||
The part that makes interactive graphics work: an HTML5 <graphics-element> custom element.
|
||||
Note that we're not defering this: we just want it to kick in as soon as possible, and
|
||||
given how much HTML there is, that means this can, and thus should, kick in before the
|
||||
document is done even transferring.
|
||||
-->
|
||||
<script src="./js/custom-element/graphics-element.js" type="module" async></script>
|
||||
<link rel="stylesheet" href="./js/custom-element/graphics-element.css" />
|
||||
|
||||
@@ -127,7 +127,6 @@
|
||||
<li><a href="./zh-CN/index.html">中文</a></li>
|
||||
</ul>
|
||||
<p>Don't see your language listed? <a href="https://github.com/Pomax/BezierInfo-2/wiki/localize">Help translate this content!</a></p>
|
||||
|
||||
<noscript>
|
||||
<div class="note">
|
||||
<header>
|
||||
@@ -149,7 +148,6 @@
|
||||
</p>
|
||||
</div>
|
||||
</noscript>
|
||||
|
||||
<nav aria-labelledby="toc">
|
||||
<h1 id="toc">Table of Contents</h1>
|
||||
<h4>Preamble</h4>
|
||||
@@ -305,7 +303,6 @@
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="changelog">
|
||||
<h1>What's new?</h1>
|
||||
<p>
|
||||
@@ -449,7 +446,6 @@
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section id="chapters">
|
||||
<section id="introduction">
|
||||
<h1>
|
||||
|
Reference in New Issue
Block a user