mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-01 04:22:28 +02:00
.
This commit is contained in:
BIN
images/og-image.png
Normal file
BIN
images/og-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@@ -375,9 +375,5 @@
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<!-- ...code goes here... -->
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<meta property="og:image" content="https://pomax.github.io/bezierinfo/images/og-image.png">
|
||||
<meta property="og:type" content="text">
|
||||
<meta property="og:url" content="https://pomax.github.io/bezierinfo">
|
||||
<meta property="og:description" content="A detailed explanation of Bézier curves, and how to do the many things that we commonly want to do with them.">
|
||||
<meta property="og:description" content="{{ description }}">
|
||||
<meta property="og:locale" content="{{ locale }}}}">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:published_time" content="2013-06-13 12:00:00">
|
||||
@@ -23,6 +23,14 @@
|
||||
<meta property="og:section" content="Bézier Curves">
|
||||
<meta property="og:tag" content="Bézier Curves">
|
||||
|
||||
<!-- twitter card information -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@TheRealPomax" />
|
||||
<meta name="twitter:creator" content="@TheRealPomax">
|
||||
<meta name="twitter:image" content="https://pomax.github.io/bezierinfo/images/og-image.png">
|
||||
<meta name="twitter:url" content="https://pomax.github.io/bezierinfo">
|
||||
<meta name="twitter:description" content="{{ description }}">
|
||||
|
||||
<!-- my own referral/page hit tracker -->
|
||||
<script src="./lib/site/referrer.js" type="module" async></script>
|
||||
|
||||
@@ -61,10 +69,6 @@
|
||||
{{ chapters }}
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<!-- ...code goes here... -->
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
@@ -289,9 +289,5 @@
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<!-- ...code goes here... -->
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -275,9 +275,5 @@
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<!-- ...code goes here... -->
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user