fixed dead url

This commit is contained in:
Christopher Pickering 2021-12-02 10:05:27 +01:00
parent ad0977a5c2
commit 327bea73ef
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@
{%- endblock %}
{%- if pageurl %}
{% set pageurl = pageurl| replace("/index.html","") %}
{% set pageurl = pageurl| replace("index.html","")| replace(".html","/") %}
{%- endif %}

View file

@ -19,7 +19,7 @@ Installation from `Pypi <https://pypi.org/project/djlint/>`__
CLI Usage
---------
djLint is a command line application. See `configuration </djlint/configuration.html>`_ for advanced configuration.
djLint is a command line application. See `configuration </docs/configuration>`_ for advanced configuration.
.. code:: sh