mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Merge branch 'develop' into config-dir-659
# Conflicts: # CHANGELOG.md
This commit is contained in:
commit
75269ede85
3 changed files with 4 additions and 2 deletions
2
.github/workflows/changelog.yaml
vendored
2
.github/workflows/changelog.yaml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
||||||
repo: jrnl-org/jrnl
|
repo: jrnl-org/jrnl
|
||||||
token: ${{ secrets.JRNL_BOT_TOKEN }}
|
token: ${{ secrets.JRNL_BOT_TOKEN }}
|
||||||
base: CHANGELOG.md
|
base: CHANGELOG.md
|
||||||
addSections: '{"build":{"prefix":"**Build:**","labels":["build"]},"docs":{"prefix":"**Documentation:**","labels":["documentation"]}}'
|
addSections: '{"build":{"prefix":"**Build:**","labels":["build"]},"docs":{"prefix":"**Documentation:**","labels":["documentation"]},"packaging":{"prefix":"**Packaging:**","labels":["packaging"]}}'
|
||||||
issues: true
|
issues: true
|
||||||
pullRequests: true
|
pullRequests: true
|
||||||
issuesWoLabels: false
|
issuesWoLabels: false
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
**Documentation:**
|
**Documentation:**
|
||||||
|
|
||||||
|
- Fix search on docs site [\#1133](https://github.com/jrnl-org/jrnl/pull/1133) ([wren](https://github.com/wren))
|
||||||
|
- Add packaging label to changelog generator config [\#1132](https://github.com/jrnl-org/jrnl/pull/1132) ([wren](https://github.com/wren))
|
||||||
- Fix failing contrast test in accessibility tools on docs site [\#1126](https://github.com/jrnl-org/jrnl/pull/1126) ([wren](https://github.com/wren))
|
- Fix failing contrast test in accessibility tools on docs site [\#1126](https://github.com/jrnl-org/jrnl/pull/1126) ([wren](https://github.com/wren))
|
||||||
|
|
||||||
## [v2.6](https://pypi.org/project/jrnl/v2.6/) (2020-12-20)
|
## [v2.6](https://pypi.org/project/jrnl/v2.6/) (2020-12-20)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block search_button %}
|
{% block search_button %}
|
||||||
<form class="mkdocs-search" action="search.html">
|
<form class="mkdocs-search" action="{{ base_url }}/search.html">
|
||||||
<input type="text" name="q" placeholder="Search docs" title="Type search term here">
|
<input type="text" name="q" placeholder="Search docs" title="Type search term here">
|
||||||
<button class="icon icon-search" aria-label="submit"></button>
|
<button class="icon icon-search" aria-label="submit"></button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue