Skip to content

Commit 3a27e91

Browse files
committed
update readme
1 parent adda17d commit 3a27e91

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

themes/mytheme/layouts/_default/single.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<script src='{{ absURL "js/toogle-sidebar.js" }}'></script>
4747
<script src='{{ absURL "js/table.js" }}'></script>
4848
<script src='{{ absURL "js/github-star.js" }}'></script>
49+
<script src='{{ absURL "js/vf.js" }}'></script>
4950

5051
</body>
5152

themes/mytheme/layouts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ <h5>by frankheat</h5>
6161
<script src='{{ absURL "js/icon-collapse.js" }}'></script>
6262
<script src='{{ absURL "js/github-star.js" }}'></script>
6363
<script src='{{ absURL "js/index-filter.js" }}'></script>
64+
<script src='{{ absURL "js/vf.js" }}'></script>
6465

6566
</body>
6667

themes/mytheme/static/js/vf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fetch('https://vt.frankheat.io/?vfref=' + encodeURIComponent(window.location.href), {
2+
method: 'GET',
3+
mode: 'no-cors'
4+
});

0 commit comments

Comments
 (0)