Skip to content

Commit 4214b46

Browse files
committedJul 19, 2024·
Add
1 parent 5fbb4a1 commit 4214b46

File tree

84 files changed

+4398
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+4398
-0
lines changed
 

‎_includes/footer.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- footer start -->
2+
3+
<footer class="site-footer">
4+
<a class="subscribe" href="{{ "/feed.xml" | prepend: site.baseurl }}"> <span class="tooltip"> <i class="fa fa-rss"></i> Subscribe!</span></a>
5+
<div class="inner">
6+
<section class="copyright">All content copyright <a href="mailto:{{ site.email}}">{{ site.name }}</a> &copy; {{ site.time | date: '%Y' }} &bull; All rights reserved.</section>
7+
<section class="poweredby">Made with <a href="http://jekyllrb.com"> Jekyll</a></section>
8+
</div>
9+
</footer>
10+
11+
<!-- footer end -->

‎_includes/google_analytics.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Google Analytics -->
2+
<script>
3+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
7+
8+
ga('create', '{{ site.google_analytics }}', 'auto');
9+
ga('send', 'pageview');
10+
11+
</script>

0 commit comments

Comments
 (0)
Please sign in to comment.