diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 14:58:40 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 14:58:40 -0500 |
| commit | b723ad76d1c199f58ace3eca36dae5a4d89ad232 (patch) | |
| tree | 73fe539a38153449a5bc61254d55a9ec20951200 /templates | |
| parent | 0e196d87f757b4383b7051026f39617d9aea00a1 (diff) | |
| download | krz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.tar.gz krz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.tar.bz2 krz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.zip | |
naming updates
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 5a2fda6..0f79de1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,7 @@ </head> <body> <header class="site-header"> - <a class="brand" href="{{ get_url(path="/") | safe }}">krazy warez</a> + <a class="brand" href="{{ get_url(path="/") | safe }}">krz</a> <nav class="site-nav"> <a href="{{ get_url(path="/services/") | safe }}">services</a> <span class="sep">ยท</span> |
