Commit Graph

2219 Commits

Author SHA1 Message Date
squidfunk
39d14d5c19 Fixed comment section appearing in print view 2024-10-14 14:13:35 +02:00
Pekka Klärck
829d1c8db2 Fixed social cards not using site name on homepage (#7608)
Use `config.site_name` instead of `page.title`.
2024-10-10 10:06:56 +02:00
squidfunk
92bb867949 Updated Latvian translations
Co-authored-by: klejejs <24546950+klejejs@users.noreply.github.com>
2024-10-01 11:02:55 +02:00
Angaddeep Singh
1c742ef51a Updated Twitter links to X (#7573) 2024-10-01 10:27:08 +02:00
Ilya Grigoriev
aeb9492c08 Fixed stay no page functionality when using mike's canonical versioning (#7559) 2024-09-27 09:53:14 +02:00
squidfunk
74ca2341ac Added Albanian translations
Co-authored-by: gerardkraja <60074729+gerardkraja@users.noreply.github.com>
2024-09-25 16:32:15 +02:00
squidfunk
573d23d147 Updated dependencies 2024-09-23 14:00:33 +02:00
squidfunk
06fe18af7e Fixed rendering of tags in search 2024-09-22 12:10:08 +02:00
squidfunk
43a22b6150 Fixed ordered list markers 2024-09-21 19:54:13 +02:00
squidfunk
57765c48f9 Updated dependencies 2024-09-20 10:37:25 +02:00
squidfunk
68b675854f Added support for setting custom list styles 2024-09-20 10:14:00 +02:00
squidfunk
85d609183e Added support for setting custom list styles 2024-09-20 09:48:53 +02:00
squidfunk
22ff858174 Removed unused import 2024-09-20 09:46:19 +02:00
squidfunk
b655e07805 Fixed HTML entities not escaped in social cards 2024-09-20 09:44:29 +02:00
squidfunk
8925cae63a Fixed Vietnamese search not working due to Lunr.js error 2024-09-17 16:00:26 +02:00
Mike Anselmi
d3b17920a2 Updated Mermaid to v11 (#7475) 2024-08-24 11:42:59 +02:00
squidfunk
f88c43695f Unpinned Stylelint and plugins 2024-08-23 13:02:20 +02:00
squidfunk
3b12816f69 Unpinned TypeScript ESLint integration and checks 2024-08-23 12:44:40 +02:00
squidfunk
e5c9575dda Fixed invalid tooltip position in tables when using table sort 2024-08-19 18:40:43 +02:00
squidfunk
a06cf106ab Fixed RXSS vulnerability in search results 2024-08-19 13:28:56 +02:00
João Palmeiro
fde6040eda Added support for fetching latest release from GitLab (#7418)
* Fetch version for GitLab repositories

* Update documentation about repositories

* Fix code formatting
2024-08-05 09:15:12 +02:00
squidfunk
a798a0d0d2 Fixed link in comment 2024-07-22 11:22:40 +02:00
squidfunk
906e966d6d Fixed navigation icons disappearing on hover in Safari 2024-07-21 21:24:03 +02:00
Sigurd Spieckermann
6b13c560f5 Fixed blog readtime calculation to ignore non-content text (#7370) 2024-07-16 15:49:13 +02:00
squidfunk
4f8081c268 Prepare 9.5.29 release 2024-07-14 13:51:05 +02:00
squidfunk
33452c92ea Fixed annotations in figure captions 2024-07-13 22:54:27 +02:00
squidfunk
c7c8fcb3af Updated Galician translations
Co-authored-by: mmontes11 <4168911+mmontes11@users.noreply.github.com>
2024-07-09 10:42:28 +02:00
squidfunk
845fc610b0 Fixed improved tooltips mounted when disabled 2024-07-01 14:34:38 +02:00
squidfunk
f4db9de0f0 Updated Estonian translations
Co-authored-by: Eilyre <6998508+Eilyre@users.noreply.github.com>
2024-06-13 18:48:25 +01:00
squidfunk
1cc45d50d0 Fixed active tab stolen on scroll with linked content tabs 2024-06-06 12:01:24 +01:00
Javier Zazo
49ebb9bbfa Improved accessibility of search partial (#7233) 2024-06-06 10:29:27 +01:00
squidfunk
0fc36a1f4c Added support for local author avatars 2024-06-01 11:57:59 +01:00
squidfunk
6c3f846078 Updated custom styles 2024-05-28 12:37:02 +01:00
squidfunk
09f817d154 Documentation 2024-05-25 09:18:07 +02:00
squidfunk
1b346eb57b Fixed tags plugin crashing on numeric tags 2024-05-24 13:39:03 +02:00
squidfunk
407335d20b Fixed title rendering in version selector 2024-05-16 11:39:47 +02:00
squidfunk
cc398ddc33 Added support for displaying version aliases 2024-05-15 17:24:40 +02:00
squidfunk
485fa76fbc Fixed edge case with anchor links when using instant navigation 2024-05-15 07:28:19 +02:00
squidfunk
ceacfe5a2c Fixed stay on same page for version selector (9.5.5 regression) 2024-05-12 14:20:39 +02:00
squidfunk
937d7ccff1 Fixed empty lines when copying (9.5.18 regression) 2024-05-12 13:59:44 +02:00
squidfunk
05661a1562 Added underline to nodes with links in Mermaid diagrams 2024-05-03 19:29:30 +02:00
squidfunk
aef6175f04 Added type selection to icon and emoji search 2024-05-03 18:50:43 +02:00
Kamil Krzyśków
0e0a678b78 Merge pull request #7142 from kamilkrzyskow/info-dotfile-warning
Add warning for dotfiles in info plugin
2024-05-03 16:59:13 +02:00
squidfunk
75d87eaf7e Widen Mermaid.js import to 10.x (current major version) 2024-05-03 13:47:36 +02:00
Kamil Krzyśków
f724bb901a Add warning for dotfiles in info plugin 2024-05-02 23:16:30 +02:00
Alexander Voss
e90871f210 Fixed social plugin crashing on Windows when downloading fonts (#7085) (#7117)
* fix: social plugin fonts on Windows (squidfunk #7085)

* fix: managed to edit in material instead of src

* added resource mgmt for ByteIO, comments

* formatted comment

* Fix for Social plugin crashes when font autoloading is disabled (#7118)
2024-04-29 15:04:43 +07:00
squidfunk
ff49d74024 Fixed deprecation warning in privacy plugin 2024-04-29 08:01:57 +07:00
squidfunk
cff4a75d15 Fixed deprecation warning in tags plugin 2024-04-29 07:52:22 +07:00
squidfunk
2d07a6aa6e Fixed rendering of tab indicator of nested content tabs 2024-04-25 10:18:10 +07:00
godot42
04f177cbd4 Improved resilience of tags plugin (#7098) 2024-04-25 09:33:32 +07:00