lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

commit 877583fc6d073e6626a23714acbe062d05e971a2
parent a097be6b65de210500220423954aa5610c011291
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 25 Mar 2024 01:09:32 +0100

Fix path

Diffstat:
Mtemplates/base.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/base.html b/templates/base.html @@ -40,9 +40,9 @@ </head> <body> {% if page %} - <img src="https://stats.alex.balgavy.eu/count?p={{ config.base_url | replace(from='https://', to='/') }}/{{ page.path }}&t={{ page.title }}"> + <img src="https://stats.alex.balgavy.eu/count?p={{ config.base_url | replace(from='https://', to='/') }}{{ page.path }}&t={{ page.title }}"> {% elif section %} - <img src="https://stats.alex.balgavy.eu/count?p={{ config.base_url | replace(from='https://', to='/') }}/{{ section.path }}&t={{ section.title }}"> + <img src="https://stats.alex.balgavy.eu/count?p={{ config.base_url | replace(from='https://', to='/') }}{{ section.path }}&t={{ section.title }}"> {% endif %} {% if config.extra.debug %}