squidfunk
7661f07752
Prepare 9.6.11 release
2025-04-01 09:03:31 +02:00
squidfunk
64635ba5c4
Fixed search not honoring enabled setting in templates
2025-03-31 19:16:46 +02:00
squidfunk
7bd6b9225c
Prepare 9.6.10 release
2025-03-30 12:01:50 +02:00
squidfunk
dc7d75e432
Updated dependencies
2025-03-30 11:53:57 +02:00
squidfunk
c18630fc88
Removed usage of circular members in nav_item partial
2025-03-30 11:51:20 +02:00
squidfunk
fb0c27c382
Replaced items call with use of filter
2025-03-30 11:51:20 +02:00
squidfunk
ec38e30daf
Ensured compatibility with minijinja (Rust)
2025-03-30 11:51:20 +02:00
squidfunk
646c7ab30d
Prepare 9.6.9 release
2025-03-17 10:27:25 +01:00
Kamil Krzyśków
27d57ea184
Updated twemoji cdn for icon search index ( #8093 )
...
Updated twemoji docs
2025-03-15 10:11:53 +01:00
squidfunk
0e75aef9ea
Updated Serbo-Croatian translations
...
Co-authored-by: nelebadnjak <6325682+nelebadnjak@users.noreply.github.com >
2025-03-14 10:01:50 +01:00
Adrian Föder
52b584f9cb
Added urlencode to fix # in custom icons ( #8087 )
...
When using custom SVGs that contained
characters breaking a URL, like a hash #
sign that is consiered a URL fragment,
the rendering broke. This adds a jinja
urlencode filter to the output.
Fixes #8086
2025-03-14 10:00:35 +01:00
squidfunk
3296cdf203
Fixed sidebar on Firefox mobile
2025-03-13 13:44:19 +01:00
squidfunk
a43d2235b1
Prepare 9.6.8 release
2025-03-13 11:31:19 +01:00
squidfunk
76a66b7597
Fixed error in translations partial
2025-03-13 11:22:23 +01:00
squidfunk
1c5e112549
Integrated Welsh translations
2025-03-13 11:17:18 +01:00
Martin Donath
742150dec1
Revert "Fixed sidebar on Firefox mobile ( #8083 )" ( #8084 )
...
This reverts commit a303a01c58 .
2025-03-13 11:07:36 +01:00
Martin Donath
a303a01c58
Fixed sidebar on Firefox mobile ( #8083 )
2025-03-13 11:06:51 +01:00
squidfunk
74a7835b35
Fixed privacy plugin crashing on non-existent file
2025-03-12 17:36:46 +01:00
squidfunk
252167d229
Added distribution files
2025-03-05 08:23:54 +07:00
squidfunk
85ac2144f5
Prepare 9.6.7 release
2025-03-03 08:18:59 +07:00
Isaac Muse
e0b0113574
Fixed backref import ( #8057 )
2025-03-03 08:14:16 +07:00
squidfunk
6a496186ff
Added distribution files
2025-03-02 16:36:56 +07:00
squidfunk
922cb7cea2
Prepare 9.6.6 release
2025-03-01 13:27:51 +07:00
squidfunk
523922b383
Fixed privacy plugin not replacing occurrences
2025-03-01 13:22:03 +07:00
squidfunk
3bd81bdc66
Updated dependencies
2025-03-01 12:18:02 +07:00
squidfunk
b6e40de116
Updated dependencies
2025-03-01 12:14:42 +07:00
Isaac Muse
ab1511074c
Replaced regex with backrefs package in search plugin ( #8034 )
...
Use Re in all places in the search plugin except where Unicode
properties are desired (checking for Chinese chars). Use Backrefs'
`bre` to check for Unicode properties. To minimize any differences,
explicitly use `script` as Backrefs uses `script_extensions` (or `scx`)
by default with `Is*` properties.
2025-02-26 10:57:51 +07:00
squidfunk
37162a57cd
Replaced regex with re in info plugin
2025-02-26 10:10:41 +07:00
squidfunk
7445b2aa60
Prepare 9.6.5 release
2025-02-20 08:22:18 +07:00
squidfunk
bdad6ec83f
Formatting
2025-02-20 08:17:05 +07:00
Lucas Cimon
2e837fa4cf
Fixed privacy plugin crashing on HTTP errors
2025-02-20 08:09:33 +07:00
squidfunk
3a11e3e7e7
Fixed tags plugin not working on filenames with whitespaces
2025-02-19 09:08:28 +07:00
squidfunk
44c3b569bf
Updated dependencies
2025-02-12 16:38:22 +07:00
squidfunk
9b0f482dbb
Prepare 9.6.4 release
2025-02-12 16:26:06 +07:00
Martin Donath
a9bae7f0c7
Fixed navigation spacing in Safari 18.3 ( #7979 )
2025-02-12 16:13:13 +07:00
squidfunk
8a576105fd
Fixed blog post content sometimes not stretching
2025-02-09 08:01:33 +07:00
squidfunk
99ef0b9e90
Prepare 9.6.3 release
2025-02-07 12:21:06 +07:00
squidfunk
aaabbfe99e
Reverting group plugin fix
2025-02-07 12:07:03 +07:00
squidfunk
d4203f65bb
Fixed group plugin crashing on ENV vars for enabled setting
2025-02-07 10:42:17 +07:00
squidfunk
3ec684c0fe
Added distribution files
2025-02-06 10:30:59 +07:00
squidfunk
4861c7d405
Fixed tags plugin crashing on numeric title
2025-02-05 21:15:53 +07:00
squidfunk
1648d56302
Prepare 9.6.2 release
2025-02-03 21:40:51 +07:00
Martin Donath
cf46186589
Fixed side effect of scope on outdated banner ( #7959 )
2025-02-03 21:18:21 +07:00
Niclas Heinz
66f1fc668d
Added demo repository badge ( #7915 )
...
* docs(shortcodes): Add example repository badge
* docs(shortcodes): Update description for 'Example Repository'
* docs(relations): link example repos in docs pages
* docs(shortcodes): Fix permanent link for convention page
* docs(shortcodes): Revert to commit 365dc24
* docs(shortcodes): Rename md:example to md:demonstration
* docs(shortcodes): Fix examples url
* docs(shortcodes): Add demo badge
* docs(shortcodes): Add badges for demo repositories
* docs(shortcodes): Replace md:demonstration with md:example
* docs(shortcodes): Replace demonstration with example
* docs(shortcodes): Replace demonstration with example
* docs(shortcodes): Build new theme
* docs(shortcodes): Build with pymdownx
2025-02-02 15:47:21 +07:00
squidfunk
2c52fa28e8
Fixed word breaks for excessively long words
2025-02-02 11:44:00 +07:00
squidfunk
454af62a45
Prepare 9.6.1 release
2025-01-31 13:13:56 +07:00
squidfunk
2d147c72c0
Fixed crashing tags plugin
2025-01-31 13:10:59 +07:00
squidfunk
4ca5214ebf
Corrected position of related links in blog post
2025-01-31 11:27:54 +07:00
squidfunk
49daf573f0
Updated dependencies
2025-01-31 11:05:58 +07:00
squidfunk
1416697c6b
Prepare 9.6.0 release
2025-01-31 11:02:40 +07:00