Skip to content

Commit f5e5ca0

Browse files
author
Artur Shellunts
committed
remove visitors counter
1 parent 26e8d47 commit f5e5ca0

7 files changed

+8
-46
lines changed

blog/01_troubleshooting_wsl2_installation.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@ <h1> Troubleshooting WSL2 installation </h1>
2020
<h5 style="color:grey;">
2121
1 October 2021
2222
</h5>
23-
<h5 style="color:grey;">
24-
page <div id="today_page_visits"></div>
25-
</h5>
2623
</body>
27-
</html>
24+
</html>

blog/03_git_commands_that_i_cant_remember.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ <h1>GIT commands that I can't remember</h1>
1414
<br/>
1515
<i style="margin-left: 20px">> git update-index --chmod=+x path/to/file</i>
1616
</p>
17-
17+
1818
<p>
1919
2. Add remote:
2020
<br/>
2121
<br/>
2222
<i style="margin-left: 20px">> git remote add origin ssh://...</i>
2323
</p>
24-
24+
2525
<p>
2626
3. Revert file to a version from commit:
2727
<br/>
@@ -56,8 +56,5 @@ <h1>GIT commands that I can't remember</h1>
5656
<h5 style="color:grey;">
5757
1 November 2021
5858
</h5>
59-
<h5 style="color:grey;">
60-
page <div id="today_page_visits"></div>
61-
</h5>
6259
</body>
63-
</html>
60+
</html>

blog/04_go_test_with_color_output_and_auto_rerun.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ <h1>Go test with color output and auto rerun</h1>
2828
<h5 style="color:grey;">
2929
1 November 2021
3030
</h5>
31-
<h5 style="color:grey;">
32-
page <div id="today_page_visits"></div>
33-
</h5>
3431
</body>
35-
</html>
32+
</html>

blog/05_docker_in_wsl2_not_working.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ <h1>Docker in WSL2 not working</h1>
1717
<h5 style="color:grey;">
1818
1 November 2021
1919
</h5>
20-
<h5 style="color:grey;">
21-
page <div id="today_page_visits"></div>
22-
</h5>
2320
</body>
24-
</html>
21+
</html>

blog/06_vs_2019.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ <h1>Link to download VS 2019 community edition (was not easy find)</h1>
1717
<h5 style="color:grey;">
1818
2 December 2021
1919
</h5>
20-
<h5 style="color:grey;">
21-
page <div id="today_page_visits"></div>
22-
</h5>
2320
</body>
24-
</html>
21+
</html>

blog/count_visitors.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,5 @@ <h1> blog </h1>
4848
<h2>
4949
<a href="./me.html"> about </a>
5050
</h2>
51-
<h5 style="color:grey;">
52-
page <div id="today_page_visits"></div>
53-
</h5>
5451
</body>
55-
</html>
52+
</html>

0 commit comments

Comments
 (0)