1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 07:21:43 +02:00

let's include that library

This commit is contained in:
Pomax
2017-04-12 10:03:56 -07:00
parent acc6d10afc
commit a4d01e3e97
5 changed files with 5 additions and 0 deletions

View File

@@ -157,5 +157,6 @@
<!-- the actual article is a JS bundle --> <!-- the actual article is a JS bundle -->
<script src="en-GB/article.js" async></script> <script src="en-GB/article.js" async></script>
<script src="lib/site/social-updater.js" async></script>
</body> </body>
</html> </html>

View File

@@ -157,5 +157,6 @@
<!-- the actual article is a JS bundle --> <!-- the actual article is a JS bundle -->
<script src="article.js" async></script> <script src="article.js" async></script>
<script src="lib/site/social-updater.js" async></script>
</body> </body>
</html> </html>

View File

@@ -139,5 +139,6 @@
<!-- the actual article is a JS bundle --> <!-- the actual article is a JS bundle -->
<script src="{{ locale }}/article.js" async></script> <script src="{{ locale }}/article.js" async></script>
<script src="lib/site/social-updater.js" async></script>
</body> </body>
</html> </html>

View File

@@ -157,5 +157,6 @@
<!-- the actual article is a JS bundle --> <!-- the actual article is a JS bundle -->
<script src="ja-JP/article.js" async></script> <script src="ja-JP/article.js" async></script>
<script src="lib/site/social-updater.js" async></script>
</body> </body>
</html> </html>

View File

@@ -158,5 +158,6 @@
<!-- the actual article is a JS bundle --> <!-- the actual article is a JS bundle -->
<script src="zh-CN/article.js" async></script> <script src="zh-CN/article.js" async></script>
<script src="lib/site/social-updater.js" async></script>
</body> </body>
</html> </html>