Skip to content

Commit

Permalink
Bump app/themes/hugo-theme-relearn from 827d2fd to c6db1f0
Browse files Browse the repository at this point in the history
Bumps [app/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn) from `827d2fd` to `c6db1f0`.
- [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases)
- [Commits](McShelby/hugo-theme-relearn@827d2fd...c6db1f0)

---
updated-dependencies:
- dependency-name: app/themes/hugo-theme-relearn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 03d6504 commit b83c428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/themes/hugo-theme-relearn
Submodule hugo-theme-relearn updated 48 files
+1 −0 README.md
+11 −0 config.toml
+2 −1 exampleSite/config/_default/config.toml
+1 −0 exampleSite/content/_index.en.md
+13 −3 exampleSite/content/basics/configuration/_index.en.md
+62 −7 exampleSite/content/basics/customization/_index.en.md
+12 −0 exampleSite/content/basics/migration/_index.en.md
+2 −2 exampleSite/content/cont/pages/_index.en.md
+24 −1 exampleSite/content/cont/taxonomy.en.md
+5 −5 exampleSite/content/dev/screenshots/_index.en.md
+4 −3 exampleSite/layouts/partials/shortcodes/piratify.html
+ images/hero.png
+1 −1 layouts/404.html
+5 −11 layouts/partials/content-footer.html
+12 −0 layouts/partials/dependencies.html
+45 −0 layouts/partials/dependencies/mathjax.html
+30 −0 layouts/partials/dependencies/mermaid.html
+23 −0 layouts/partials/dependencies/openapi.html
+2 −99 layouts/partials/footer.html
+1 −1 layouts/partials/header.html
+3 −0 layouts/partials/indent.html
+2 −2 layouts/partials/logo.html
+3 −1 layouts/partials/meta.html
+5 −3 layouts/partials/nested-article.hugo
+113 −0 layouts/partials/opengraph.html
+8 −11 layouts/partials/page-meta.hugo
+8 −2 layouts/partials/shortcodes/attachments.html
+7 −1 layouts/partials/shortcodes/badge.html
+7 −1 layouts/partials/shortcodes/button.html
+3 −0 layouts/partials/shortcodes/link.html
+7 −1 layouts/partials/shortcodes/notice.html
+1 −1 layouts/partials/shortcodes/openapi.html
+15 −3 layouts/partials/shortcodes/tabs.html
+1 −0 layouts/partials/stylesheet.html
+5 −14 layouts/partials/tags.html
+43 −0 layouts/partials/term-list.html
+48 −0 layouts/partials/twitter_cards.html
+2 −2 static/css/format-print.css
+36 −7 static/css/ie.css
+10 −6 static/css/tags.css
+1 −0 static/css/theme-relearn-dark.css
+44 −32 static/css/theme.css
+3 −0 static/css/variant-internal.css
+23 −13 static/css/variant.css
+2 −2 static/js/theme.js
+3 −3 theme.toml
+88 −16 vscode-frontmatter/snippets.de.json
+88 −16 vscode-frontmatter/snippets.en.json

0 comments on commit b83c428

Please sign in to comment.