implementing a stattracker!
This commit is contained in:
parent
0dd66957b7
commit
1ecb9d052c
@ -9,6 +9,7 @@
|
||||
{% if page.neko == "true" %}
|
||||
{% include neko.html %}
|
||||
{% endif %}
|
||||
<script data-goatcounter="https://slimepondcount.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
<div class="columns">
|
||||
<div class="left-sidebar">
|
||||
@ -16,7 +17,7 @@
|
||||
</div>
|
||||
<div class="main-content">{{ content }}</div>
|
||||
<div class="right-sidebar">
|
||||
hello world
|
||||
<img src="https://slimepondcount.goatcounter.com/counter/{{ page.url }}.png" width: 100%>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -12,6 +12,7 @@
|
||||
padding: 10px;
|
||||
overflow-y: scroll;
|
||||
flex: 0 60px;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
@ -26,4 +27,5 @@
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: sticky;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user