1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00
Commit Graph

1581 Commits

Author SHA1 Message Date
squidfunk
417ab30c65 Fixed dedented code blocks in annotations 2021-11-14 09:04:50 +01:00
squidfunk
1d6d8198ab Fixed code blocks with line numbers not being rounded (8.0.0b1 regression) 2021-11-14 08:47:16 +01:00
squidfunk
b4e0467878 Reverted page partials into a single one due to better performance 2021-11-14 08:22:57 +01:00
squidfunk
d55df26df4 Fixed wrong palette color for inactive code annotations 2021-11-13 15:28:26 +01:00
squidfunk
bda6e156ed Fixed wrong palette color for inactive code annotations 2021-11-13 15:18:08 +01:00
squidfunk
0a6ade980f Removed legacy Tabbed implementation 2021-11-13 14:15:20 +01:00
squidfunk
796cb583b7 Documentation 2021-11-13 13:52:11 +01:00
squidfunk
4d2102c3b8 Removed unnecessary redundant imports 2021-11-13 13:50:46 +01:00
squidfunk
d9b7928316 Fixed page header partial 2021-11-13 13:43:52 +01:00
squidfunk
fe06e8dcba Moved copyright into dedicated partial 2021-11-13 13:41:07 +01:00
squidfunk
7f4458eb18 Removed Disqus integration 2021-11-13 13:15:58 +01:00
squidfunk
d5593e34a5 Removed block syntax from partial 2021-11-13 13:11:19 +01:00
squidfunk
6db782a64c Improved extensibility by restructuring template blocks 2021-11-13 13:08:22 +01:00
squidfunk
76035dee40 Switched to new RxJS API 2021-11-13 12:05:24 +01:00
squidfunk
9ef21503ca Fixed linter errors 2021-11-13 11:41:45 +01:00
squidfunk
887b7115fc Merge of Insiders features tied to 'Ghost Pepper' funding goal 2021-11-13 11:39:10 +01:00
squidfunk
41785f1c57 Improved CSS font-family variables 2021-11-13 09:19:48 +01:00
squidfunk
a0ea9632da Removed deprecated prebuilt index support 2021-11-13 09:09:25 +01:00
squidfunk
8eca83d8bf Removed deprecated web app manifest and md-announce class 2021-11-13 09:05:23 +01:00
squidfunk
adcdb2aa52 Removed deprecated instant loading selector for logo 2021-11-13 09:04:12 +01:00
squidfunk
0d72009312 Merge branch 'master' into feature/insiders-ghost-pepper 2021-11-13 08:57:00 +01:00
Alkis Georgopoulos
26d1e437f7
Updated Greek translation (#3191)
* Update Greek translation

* Fix Search for Greek content

* Avoid trimmer but not stopWordFilter
2021-11-13 08:52:23 +01:00
squidfunk
0130bcbca2 Deleted deprecated source-date.html partial 2021-11-13 08:47:33 +01:00
squidfunk
5606b06153 Updated documentation 2021-11-07 18:23:01 +01:00
squidfunk
ce602ddf2a Updated documentation 2021-11-07 12:35:21 +01:00
squidfunk
fb64efa5ef Merge branch 'master' of github.com:squidfunk/mkdocs-material 2021-11-04 20:59:17 +01:00
squidfunk
f3c27fdaf9 Added backward compat for Greek translations 2021-11-04 20:59:09 +01:00
Garrett
07bea1e36e
Added support for site search tracking with GA4 (#3184)
* Send search analytics events for GA4

* move docs into content tabs
2021-11-04 20:58:03 +01:00
Alkis Georgopoulos
c15a9d183b
Fixed invalid ISO language code for Greek (#3183) 2021-11-04 20:50:48 +01:00
squidfunk
b5098041cb Adjusted height of title to match height of single-line code block 2021-11-04 10:08:13 +01:00
squidfunk
6ceef24179 Added support for code block titles 2021-10-30 13:16:05 +02:00
squidfunk
403580bff8 Fixed back-to-top button position for right-to-left languages 2021-10-27 22:36:09 +02:00
squidfunk
25c91b967a Formatting 2021-10-27 19:03:48 +02:00
squidfunk
4bdfef47eb Added support for setting table of contents title via mkdocs.yml 2021-10-27 19:01:47 +02:00
squidfunk
eeb43a514e Fixed Stylelint errors 2021-10-22 22:13:24 +02:00
squidfunk
155f82f934 Added Manticore Games to the list of premium sponsors 2021-10-19 14:55:50 +02:00
squidfunk
53be9f3ec5 Fixed some spacings issues for right-to-left languages 2021-10-17 12:31:15 +02:00
squidfunk
f073fb2c25 Fixed spacing issues when using toc.integrate in non-nested tabs 2021-10-17 11:43:07 +02:00
squidfunk
b86281be2e Fixed search initialization (7.3.2 regression) 2021-10-11 18:17:36 +02:00
squidfunk
de98c57753 Adjusted height of content tabs to match single line code blocks 2021-10-11 16:17:14 +02:00
squidfunk
b65586359b Fixed right padding on some browser for overflowing content tabs 2021-10-11 16:03:23 +02:00
squidfunk
969c713567 Fixed overflow for alternate style when more than 10 tabs are present 2021-10-11 14:33:28 +02:00
squidfunk
6fab1e3654 Fixed buggy content tabs overflow scrolling + updated documentation 2021-10-11 14:14:04 +02:00
squidfunk
7f38cfeb0f Fixed scrolling of alternate tabs implementation 2021-10-11 10:32:24 +02:00
squidfunk
03ff04b339 Fixed content tabs stealing keyboard access to search 2021-10-10 23:13:40 +02:00
squidfunk
6af95f942d Updated documentation 2021-10-10 22:32:32 +02:00
squidfunk
1809b6c013 Fixed incorrect spacing for right-to-left languages 2021-10-10 16:04:43 +02:00
squidfunk
e425b99362 Finished rewrite of reference documentation 2021-10-10 13:17:39 +02:00
squidfunk
02b009dcaf Merge branch 'master' into docs/restructure-docs 2021-10-10 09:44:26 +02:00
squidfunk
8779d78a13 Fixed race condition ehen displaying search result metadata 2021-10-06 14:57:27 +02:00
squidfunk
0436c9937b Updated documentation 2021-10-04 23:36:31 +02:00
squidfunk
e7c799f95d Fixed top margin of navigation when using navigation.tabs (7.3.1 regression) 2021-10-03 11:33:32 +02:00
squidfunk
88ed40101c Improved graceful handling of broken search when browsing locally 2021-10-03 09:15:43 +02:00
squidfunk
149b0dbc47 Fixed rendering of section index pages with no other pages 2021-10-02 16:51:47 +02:00
squidfunk
eaa6e91884 Re-use Disqus configuration 2021-10-02 13:51:54 +02:00
squidfunk
e71b129433 Fixed Disqus integration with instant loading 2021-10-02 13:48:23 +02:00
squidfunk
2d3354bd0e Fixed some spacing issues for right-to-left languages 2021-10-02 11:51:12 +02:00
squidfunk
12666a3c00 Fixed incompatibility between navigation.sections and navigation.indexes 2021-10-02 11:41:32 +02:00
squidfunk
ef0979f950 Fixed broken GitHub stats for organizations (7.1.0 regression) 2021-10-01 11:03:49 +02:00
squidfunk
32ab26a664 Fixed Serbian translations 2021-09-30 20:36:56 +02:00
squidfunk
8bbe06a998 Fixed author component in blog 2021-09-26 20:34:05 +02:00
squidfunk
270abe1f4c Fixed linter errors 2021-09-26 12:20:25 +02:00
squidfunk
eabbf069cd Refactored temporary tabbed code into separate component 2021-09-26 12:18:34 +02:00
squidfunk
7f9b64d44f Finished new Tabbed implementation 2021-09-26 11:54:50 +02:00
squidfunk
248bd4e02f Fixed linter errors 2021-09-26 11:32:48 +02:00
squidfunk
3aa55dc732 Merge branch 'master' into feature/scrollable-content-tabs 2021-09-26 11:29:17 +02:00
squidfunk
377b4d648f Merge of Insiders features tied to 'Caribbean Red' funding goal 2021-09-23 08:53:51 +02:00
squidfunk
2eabc94e5e Fixed search modal overlaying menu on mobile (7.2.7 regression) 2021-09-20 11:32:19 +02:00
Martin Donath
090d0edc59
Improved Serbian translations
Improve serbian translation (cyr and latin)
2021-09-19 16:25:10 +02:00
squidfunk
d678678cc4 Fixed scrollbar on mobile when header is hidden on some browsers 2021-09-19 16:13:29 +02:00
squidfunk
60a007844c Fixed invisible back-to-top button being focusable 2021-09-19 15:27:46 +02:00
squidfunk
3c352bd356 Improved appearance of details outline 2021-09-19 15:22:57 +02:00
squidfunk
726888cb56 Fixed details not opening on navigation (7.0.0 regression) 2021-09-19 15:08:27 +02:00
squidfunk
4a2af4ceaf Fixed missing admonition icons (removed in upstream) 2021-09-19 14:14:47 +02:00
squidfunk
e9572815c6 Added styles for new blog section 2021-09-13 16:15:08 +02:00
Miodrag Milić
a6296573e0 update serbian translation (redo) 2021-09-09 12:48:03 +02:00
Miodrag Milić
6ac1141ce8 update serbian translation 2021-09-09 12:44:13 +02:00
squidfunk
a633f12e09 Added premium sponsors to Insiders page 2021-09-04 13:06:35 +02:00
L&H
bac2397afe
Updated Chinese translations 2021-09-03 12:17:00 +02:00
L&H
c41a5f1321
Updated Chinese translations (#2994) 2021-09-03 12:16:51 +02:00
squidfunk
4429e16e94 Fixed rendering of block quotes 2021-09-01 21:35:10 +02:00
squidfunk
441381b7af Fixed search worker override not being respected 2021-08-29 11:33:54 +02:00
squidfunk
0432747178 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2021-08-24 18:33:50 +02:00
squidfunk
829820a239 Fixed invalid escaping of HTML in search results 2021-08-24 18:33:42 +02:00
Erli Soares
b762812685
Updated Portuguese translations (#2969)
fix: #2968
2021-08-24 16:11:11 +02:00
squidfunk
8c8dd642ad Updated changelog and fixed search modal offset on mobile 2021-08-22 19:08:54 +02:00
squidfunk
6d678a4a66 Fixed linter errors 2021-08-11 23:50:01 +02:00
squidfunk
f4b1f97dd0 Fixed execution of RxJS teardown logic on complete (7.2.3 regression) 2021-08-11 23:44:01 +02:00
squidfunk
b9979ac2f0 Added new banner CSS classes for consistency with Insiders 2021-08-11 22:09:35 +02:00
squidfunk
a4ccbbb1b2 Fixed version selection 2021-08-11 21:31:28 +02:00
squidfunk
a855133f16 Fixed invalid versions.json URL (regression) 2021-08-11 21:17:10 +02:00
squidfunk
e37223f0aa Stretch top-level tabbed labels to viewport on mobile 2021-08-10 15:24:46 +02:00
squidfunk
4f2f4b672c Merge branch 'master' into feature/scrollable-content-tabs 2021-08-09 21:51:27 +02:00
squidfunk
f869d275b4 Fixed instant loading (MkDocs 1.2.2 regression) 2021-08-09 21:47:49 +02:00
squidfunk
21cd7772e6 Added notes for refactoring 2021-08-09 20:48:39 +02:00
squidfunk
a230122347 Fixed too many styles being reset in tab content 2021-08-08 18:03:48 +02:00
squidfunk
f1d80af51b Fixed print view of new tabs implementation 2021-08-08 17:57:52 +02:00
squidfunk
39b8416423 Prototyped new tabbed implementation 2021-08-08 10:46:45 +02:00
squidfunk
213bebaaf7 Documentation 2021-08-08 09:42:35 +02:00
squidfunk
e518348b8b Fixed new table styles in dark mode 2021-08-08 09:40:51 +02:00
squidfunk
f0615fe1e0 Slight facelift of data tables 2021-08-07 17:55:17 +02:00
squidfunk
adafd844f9 Fixed invalid anchor offsets when using instant loading 2021-08-07 11:47:50 +02:00
squidfunk
b07e466bec Fixed double-complete errors after upgrading to RxJS 7.3 2021-08-04 21:19:56 +02:00
squidfunk
6744eb6070 Fixed missing escaping of HTML in search highlighting 2021-07-28 21:57:09 +02:00
J-H-Cho
1e3859066c
Updated Korean translations (#2875)
Fixed `source.file.date.created` and added some missing Korean translations.
2021-07-28 09:14:22 +02:00
squidfunk
f16cba1799 Prepare 7.2.1 release 2021-07-25 15:40:40 +02:00
squidfunk
abb95a336d Detached configuration from documentation build 2021-07-24 17:58:48 +02:00
squidfunk
b740dbc975 Fixed back-to-top button overlaying active search bar 2021-07-24 11:11:29 +02:00
squidfunk
d68fe9102a Merge of Insiders features tied to 'Biquinho Vermelho' funding goal 2021-07-21 17:08:10 +02:00
Olivier Robardet
d2ccbf3a1e
Added missing translations for French (#2852) 2021-07-20 17:46:11 +02:00
flanciskinho
5788755bbd
Updated Spanish and Galician translations (#2843) 2021-07-18 10:20:36 +02:00
squidfunk
0d82ef2628 Updated Sponsors listing 2021-07-11 16:53:00 +02:00
squidfunk
6d59b425aa Updated Sponsors listing 2021-07-11 16:41:52 +02:00
squidfunk
30a4d58d06 Added documentation for cookie consent 2021-07-10 15:21:22 +02:00
squidfunk
580f1181f5 Improved graceful handling of broken search when browsing locally 2021-07-10 11:42:38 +02:00
squidfunk
4fb80ea2cf Fixed back-to-top button overlaying search 2021-07-10 11:28:53 +02:00
squidfunk
7abeb68708 Fixed rendering of back-to-top button when used with sticky tabs 2021-07-10 11:03:23 +02:00
squidfunk
7ca4ca1a90 Fixed transitions on back-to-top button 2021-07-10 10:21:52 +02:00
squidfunk
68de4db94d Removed back-to-top button in print view 2021-07-03 16:32:20 +02:00
squidfunk
8b322d3ffc Reverted top-margin of back-to-top button 2021-07-03 16:13:29 +02:00
squidfunk
3649fdac42 Fixed overlay of back-to-top button and header 2021-07-03 16:05:43 +02:00
squidfunk
2bcc7f3c9d Slight adjustments for back-to-top button 2021-07-03 15:14:34 +02:00
squidfunk
9f01704a73 Improved appearance of back-to-top button 2021-07-01 19:12:40 +02:00
squidfunk
122126cbde Updated dependencies 2021-06-25 11:34:51 +02:00
Jack Cherng
0ecc5bebe3
Fixed Chinese translation for "source.file.date.created" (#2751)
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
2021-06-17 08:19:17 +02:00
Harmen CHRISTOPHE
a07322fe54
Escaped aria-label in footer links (squidfunk/mkdocs-material#2735) (#2746) 2021-06-09 20:54:27 +02:00
squidfunk
b3c0ecc161 Fixed error when no analytics provider was set 2021-06-06 17:36:50 +02:00
squidfunk
ed9347c487 Refactored analytics integration 2021-06-06 17:32:30 +02:00
squidfunk
a8534f7a48 Fixed analytics events for own documentation 2021-06-06 16:28:30 +02:00
squidfunk
11fcf4f0ab Added aria labels to language and version selector 2021-06-06 15:11:04 +02:00
Benjamin Staneck
2a5ba14ebe
Added aria-label to language selector button (#2725) 2021-06-06 14:52:14 +02:00
squidfunk
42500aafa2 Added aria labels to palette toggles 2021-06-06 14:47:20 +02:00
squidfunk
0dd483121a Added aria labels to footer links 2021-06-06 14:29:01 +02:00
squidfunk
bdbd4af29d Improved touch-friendliness of version selector on mobile 2021-05-30 13:31:07 +02:00
squidfunk
093c67880d Added Mongolian translations 2021-05-30 11:52:16 +02:00
trails-game
5fbdba2b13
Updated Chinese translations (#2711)
Minor improvement on Chinese translation
2021-05-30 10:26:01 +02:00
squidfunk
409d151044 Fixed #2703: search remains at 'Initializing search' on mobile 2021-05-27 11:36:08 +02:00
squidfunk
d6bb0b8a99 Updated dependencies 2021-05-24 15:34:23 +02:00
squidfunk
e2a1b679bf Updated inline documentation for colors 2021-05-17 21:01:56 +02:00
squidfunk
920f11cf6e Fixed details breaking page margins on print 2021-05-15 14:07:34 +02:00
Benjamin Staneck
44d6fb04c7
Added title to back-to-top button (#2631)
* Add title to to-top button

* Rename
2021-05-04 12:15:41 +02:00
squidfunk
2098fa42b2 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2021-05-03 12:21:06 +02:00
squidfunk
0f285a1d4d Fixed broken integration for git-revision-date-localized plugin 2021-05-03 12:21:01 +02:00
Martin Donath
c16b9a20b5
Merge pull request #2627 from Stanzilla/source-file
Fix source-file include
2021-05-03 12:20:21 +02:00
Tim Vink
440fc830de Update path to source-file partial 2021-05-03 09:38:20 +02:00
Benjamin Staneck
3b6d4ac0b7
Fix source-file include
Fixes https://github.com/squidfunk/mkdocs-material/pull/2579#issuecomment-830806927
2021-05-02 15:32:43 +02:00
Martin Donath
1bb22efbce
Merge pull request #2579 from timvink/master
Add support for git creation date
2021-05-02 10:57:05 +02:00
squidfunk
6c6dd2a0db Improved footnote styles on :target and :focus 2021-05-01 19:56:40 +02:00
Tim Vink
cee1eb465d Add source-file.html partial and rename date based translation 2021-04-25 19:57:30 +02:00
squidfunk
319db2d57d Fixed empty table of contents being rendered 2021-04-24 11:15:05 +02:00
squidfunk
aea41d23c9 Improved style of footnote references 2021-04-21 09:37:47 +02:00
Tim Vink
8029b58d3d Add support for git creation date, see #2551 2021-04-19 10:31:49 +02:00
squidfunk
b3a3918419 Fixed hover color of focused button on landing page 2021-04-18 18:51:42 +02:00
squidfunk
564c1dad43 Improved focus outlines when using keyboard navigation 2021-04-18 18:42:02 +02:00
squidfunk
2e60bca665 Improved focus outline for desktop navigation 2021-04-18 15:03:54 +02:00
squidfunk
21b543a038 Fixed list overlapping floated elements 2021-04-15 21:33:00 +02:00
squidfunk
8d752312aa Fixed table of contents breaking when class is set on h1 2021-04-15 21:21:33 +02:00
squidfunk
a9b9faa3aa Fixed back-to-top button being clickable when hidden 2021-04-15 21:04:42 +02:00
squidfunk
094819e1e4 Fixed wrong font-family on version selector 2021-04-11 18:36:49 +02:00
squidfunk
b968bf6e8f Formatting 2021-04-11 14:17:47 +02:00
squidfunk
8015c3991e Fixed focus/hover hierarchy of version selector 2021-04-11 13:07:39 +02:00
squidfunk
2c973e1755 Allow to define color schemes without toggles 2021-04-10 19:36:59 +02:00
squidfunk
ff9e2841cc Fixed visual quirk when opening language selector 2021-04-10 11:22:21 +02:00
EdouardThiel
599fdf9c5f
Updated extracopyright in footer (fixes issue 2508) (#2509)
Replace the extracopyright block,which doesnt' work, by a variable `{{ extracopyright }}` that can be set e.g from `overrides/main.html` with `{% set extracopyright %} ... {% set %}`; see issue [`#2508`](https://github.com/squidfunk/mkdocs-material/issues/2508)
2021-04-10 11:01:22 +02:00
squidfunk
bb57ea9b2d Fixed broken search in Safari <14 2021-04-10 10:48:04 +02:00
squidfunk
c011da1fa4 Removed display: flow-root on list elements 2021-03-29 19:21:47 +02:00
squidfunk
ca3da9e3ca Merge of Insiders features tied to 'Black Pearl' funding goal 2021-03-29 18:46:57 +02:00
squidfunk
f43ef69ee5 Fixed inconsistent header shadow behavior 2021-03-28 12:04:59 +02:00
squidfunk
cb8d3f47e8 Added back background on inline code blocks in admonition titles 2021-03-28 11:35:44 +02:00
squidfunk
076946713c Updated Insiders documentation 2021-03-21 17:14:32 +01:00
squidfunk
185f037fbc Backup current changes 2021-03-21 14:04:29 +01:00
Koltai Péter
77358d73d8
Updated Hungarian translations (#2471) 2021-03-20 11:20:11 +01:00
Benjamin Staneck
b851237940
Fix lint (#2460)
This assertion is unnecessary since the receiver accepts the original type of the expression  @typescript-eslint/no-unnecessary-type-assertion
2021-03-17 21:09:06 +01:00
squidfunk
6506a784e3 Added documentation on extra.homepage 2021-03-14 14:09:13 +01:00
squidfunk
90e9b8aeee Documentation 2021-03-14 13:03:52 +01:00
squidfunk
c6e15970a9 Fixed margins for nested inline admonitions 2021-03-14 13:02:24 +01:00
squidfunk
0be8640aed Updated screenshots and refactored version selector template 2021-03-14 12:17:19 +01:00
wbekerom
9fe820010e
Added trailing slash to version selector URL (#2434)
* Add trailing slash to version selector URL's

* Use template literal syntax

* Remove whitespace
2021-03-14 10:27:36 +01:00
Brennan Kinney
64349af06a
Fixed link-contained code block text color
Removes direct ancestor requirement, any content wrapped in an anchor tag is within the content boundaries of representing a link.
2021-03-14 10:20:28 +01:00
squidfunk
5fbcef3564 Refactored sponsorship overview into component 2021-03-13 15:53:37 +01:00
squidfunk
dbad649181 Formatting 2021-03-12 15:17:11 +01:00
squidfunk
393e05cc0a Formatting 2021-03-12 15:15:41 +01:00
Benjamin Dobell
0a6869dcb6 Support TOC anchor targets vertical order differing from TOC order. 2021-03-13 00:48:04 +11:00
Martin Donath
781e00f78d
Merge pull request #2401 from polarathene/fix/version-selector-use-title-for-ui
fix(Version Selector): Current version should be consistent with drop-down listed version
2021-03-09 21:46:05 +01:00
squidfunk
5c03e8fc9b Adjusted instant loading for new favicon link 2021-03-09 21:42:30 +01:00
Christian Oliff
68367d3e78
remove 'shortcut' from favicon meta tag
This isn't needed and was never part of the spec.
Great article here: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs#did-we-forget-anyone

Also:
https://mathiasbynens.be/notes/rel-shortcut-icon
2021-03-09 20:39:29 +09:00
Brennan Kinney
48727db010
fix: Version selector should be consistent with drop-down
Use the presentational `title` value like the drop-down does; not the `version` value used to match the URL (version subdirectory).
2021-03-08 11:34:52 +13:00
squidfunk
47659c24d7 Renamed home component to logo 2021-03-07 19:39:03 +01:00
squidfunk
859173ef88 Fixed logo URL not being updated when using instant loading 2021-03-07 19:36:51 +01:00
squidfunk
5037094b12 Fixed problems with mike when logo points to site_url 2021-03-07 19:23:24 +01:00
squidfunk
b6779114b0 Fixed evaluation of third-party scripts when using instant loading 2021-03-07 19:04:17 +01:00
squidfunk
66a6713523 Fixed instant loading when used with use_directory_urls: false 2021-03-07 18:44:43 +01:00
squidfunk
1d790c9000 Fixed instant loading when used with use_directory_urls: false 2021-03-07 18:14:33 +01:00
squidfunk
d17c488b49 Fixed regression with header title not being updated correctly 2021-03-07 17:54:43 +01:00
squidfunk
526fbed394 Fixed version selection when using instant loading 2021-03-07 17:12:43 +01:00
squidfunk
f9cfd87708 Formatting 2021-03-07 15:40:20 +01:00
Jeremy Maitin-Shepard
3ee51acca2 Fix instant navigation when clicking on the logo button and logo is svg 2021-03-05 17:19:25 -08:00
squidfunk
5d0cae7ca6 Fixed expanded sections not opening on first click (mobile) 2021-03-05 18:58:12 +01:00
squidfunk
99aa411d6b Documentation 2021-03-05 10:36:46 +01:00
Martin Donath
1e9746b841
Merge pull request #2362 from seandstewart/add-extracopy-footer
Add `extracopyright` block to footer.html
2021-03-04 18:40:24 +01:00