Merge branch 'main' of github.com:9IT-Full-Service/quilldrop
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 00:18
4d42b6604ca73a3f5a9116e8f6cce962ece6595a
| @@ -1,10 +1,17 @@ | ||
| 1 | +## [1.1.1](https://github.com/9IT-Full-Service/quilldrop/compare/v1.1.0...v1.1.1) (2026-02-18) |
|
| 2 | + | |
| 3 | + | |
| 4 | +### Bug Fixes |
|
| 5 | + | |
| 6 | +* responsive menu ([7b6ee73](https://github.com/9IT-Full-Service/quilldrop/commit/7b6ee73596304baad36ff1c5e70a363361325fd1)) |
|
| 7 | + | |
| 1 | 8 | # [1.1.0](https://github.com/9IT-Full-Service/quilldrop/compare/v1.0.1...v1.1.0) (2026-02-18) |
| 2 | 9 | |
| 3 | 10 | |
| 4 | 11 | ### Features |
| 5 | 12 | |
| 6 | 13 | * initial commit of QuillDrop documentation ([6cace8b](https://github.com/9IT-Full-Service/quilldrop/commit/6cace8b093ed2033cf545b1ee029eeb42aea79f0)) |
| 7 | 14 | |
| 8 | 15 | ## [1.0.1](https://github.com/9IT-Full-Service/quilldrop/compare/v1.0.0...v1.0.1) (2026-02-18) |
| 9 | 16 | |
| 10 | 17 |
| @@ -48,20 +48,20 @@ | ||
| 48 | 48 | </a> |
| 49 | 49 | <button id="theme-toggle" aria-label="Theme wechseln"></button> |
| 50 | 50 | </div> |
| 51 | 51 | </div> |
| 52 | 52 | </nav> |
| 53 | 53 | <main class="container"> |
| 54 | 54 | {{block "content" .}}{{end}} |
| 55 | 55 | </main> |
| 56 | 56 | <footer class="footer"> |
| 57 | 57 | <div class="footer-inner"> |
| 58 | - <p>© 2001-2026 {{.Site.Title}} - {{.Site.Author}} · Powered by <a class="read-more" href="/sites/projekte/quilldrop">QuillDrop</a><br> |
|
| 58 | + <p>© 2001-2026 {{.Site.Title}} - {{.Site.Author}} · Powered by <a class="read-more" href="/sites/projects/quilldrop">QuillDrop</a><br> |
|
| 59 | 59 | <a class="read-more" href="/sites/datenschutz/">Datenschutz</a> · <a class="read-more" href="/sites/impressum/">Impressum</a> |
| 60 | 60 | </p> |
| 61 | 61 | </div> |
| 62 | 62 | </footer> |
| 63 | 63 | <script src="/static/js/theme.js"></script> |
| 64 | 64 | <script src="/static/js/search.js"></script> |
| 65 | 65 | </body> |
| 66 | 66 | </html> |
| 67 | 67 | {{end}} |