Update default.html

This commit is contained in:
Andley Chang 張奇軍 2022-11-01 09:47:50 +08:00 committed by GitHub
parent 76b5631247
commit e7d9b1a96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -17,13 +17,7 @@
{% include head-custom.html %}
</head>
<body>
<script src="https://www.biblegateway.com/public/link-to-us/tooltips/bglinks.js" type="text/javascript"></script>
<script type="text/javascript">
BGLinks.version = "CUV";
BGLinks.linkVerses();
</script>
<header>
<h1>{{ page.title | default: site.title | default: site.github.repository_name }} <a href="{{site.url}}/BT-Notes/"><svg xmlns="http://www.w3.org/2000/svg"
x="0px" y="0px" width="36" height="36" viewBox="0 0 172 172" style=" fill:#000000;">
@ -70,5 +64,12 @@ BGLinks.linkVerses();
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/mattgraham">mattgraham</a></small></p>
</footer>
</div>
<script src="https://www.biblegateway.com/public/link-to-us/tooltips/bglinks.js" type="text/javascript"></script>
<script type="text/javascript">
BGLinks.version = "CUV";
BGLinks.linkVerses();
</script>
</body>
</html>