Skip to content
Snippets Groups Projects
Commit 8ac91056 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'rev_plugin' into 'main'

Disable page revision dates for local builds

See merge request !101
parents 4627b5f6 f4081f7b
No related branches found
No related tags found
1 merge request!101Disable page revision dates for local builds
Pipeline #11702364 passed
......@@ -200,7 +200,9 @@ markdown_extensions:
plugins:
- search
- git-revision-date-localized
- git-revision-date-localized:
# only enable plugin in CI to speedup local builds
enabled: !ENV [CI, false]
- macros:
include_yaml:
- data/variables.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment