Skip to content

Commit

Permalink
add visit counter and tweak home url refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaman8 committed Nov 2, 2023
1 parent 514db6a commit cee204e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ plugins:
- jekyll-paginate

# Custom vars
version: 0.1.0
version: 0.2.0
google_analytics_id: #UA-XXXX-Y
goatcounter_code: #XXXXX
goatcounter_code: zaman8

#Define post default options
defaults:
Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="{{ site.url }}/" title="Home">{{ site.title }}</a>
<a href="{{ '/' | absolute_url }}" title="Home">{{ site.title }}</a>
<small>{{ site.tagline }}</small>
</h3>
</div>
Expand All @@ -31,6 +31,6 @@ <h3 class="masthead-title">

<label for="sidebar-checkbox" class="sidebar-toggle"></label>

<script src='{{ site.url }}/public/js/script.js'></script>
<script src='{{ /public/js/script. | absolute_url }}'></script>
</body>
</html>

0 comments on commit cee204e

Please sign in to comment.