-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_custom.html
26 lines (22 loc) · 1.58 KB
/
_custom.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- adding a site visit counter-->
<!-- go to https://www.freecounterstat.com/ and get your free link-->
<div class="sidebar-section custom">
<h3>Visitors</h3>
<!-- paste your link here-->
<div id="sfcxqmebarkplgkzwtm8bz2lp8pnnllbeal"></div>
<script type="text/javascript" src="https://counter7.stat.ovh/private/counter.js?c=xqmebarkplgkzwtm8bz2lp8pnnllbeal&down=async" async></script>
<noscript><a href="https://www.freecounterstat.com" title="website counter code"><img src="https://counter7.stat.ovh/private/freecounterstat.php?c=xqmebarkplgkzwtm8bz2lp8pnnllbeal" border="0" title="website counter code" alt="website counter code"></a></noscript>
</div>
<!--This html code will add a twitter feed above the subscribe windows in the side bar (only for Rmd files with site: distill_website)-->
<!--go to https://publish.twitter.com and input your twitter user name and customize your feed window and get the html code-->
<!--inpu the code between the div tags-->
<div class="sidebar-section custom">
<!--replace the below twitter html feed code with your code-->
<a class="twitter-timeline" data-width="300" data-height="600" data-theme="dark" href="https://twitter.com/jeweljohnsonj?ref_src=twsrc%5Etfw">Tweets by jeweljohnsonj</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!--in your _site.yml file-->
<!--collections:
posts:
subscribe: _subscribe.html (subscribe html file, check out the _subscribe.html file in my repo)
custom: _custom.html (you have to place this html file name to whatever name you have saved with this current html page)
-->