Skip to content

Commit a05e5d7

Browse files
committed
Added hits counter
1 parent ede93e9 commit a05e5d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Changes made to fulfil my needs:
114114
* Added theme colors for skills
115115
* Disentangled remote theme
116116
* Edited main page layout
117-
* Changed footer, header and other includes
117+
* Changed footer, header and other includes. Added dropdown and a [hits counter}(https://hits.sh/)
118118
* Added [Latex support](https://talk.jekyllrb.com/t/how-to-use-latex-on-jekyll/4119/2) in _layouts/post.html
119119
* Added customized "Publications" page
120120
* Justified ```<p>``` contents

_includes/footer.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66

77
{% include social.html %}
88

9+
<div class="d-flex justify-content-center align-items-center mt-3">
10+
<a href="https://hits.sh/agarnung.github.io/">
11+
<img alt="Hits" src="https://hits.sh/agarnung.github.io.svg?style=plastic&label=visits&extraCount=20&color=5dd032&labelColor=605656&logo=githubpages"/>
12+
</a>
13+
</div>
14+
915
</footer>

0 commit comments

Comments
 (0)