Skip to content

Commit

Permalink
themes: bump PaperMod submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Dec 31, 2022
1 parent 8e94dd2 commit 93e58db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/PaperMod
Submodule PaperMod updated 62 files
+3 −0 .github/ISSUE_TEMPLATE/bug_report.md
+0 −32 .github/workflows/build.yml
+60 −22 .github/workflows/gh-pages.yml
+1 −1 LICENSE
+8 −2 README.md
+1 −5 assets/css/common/header.css
+16 −43 assets/css/common/post-single.css
+0 −1 assets/css/common/profile-mode.css
+6 −0 assets/css/core/license.css
+0 −22 assets/css/core/reset.css
+0 −9 assets/css/core/zmedia.css
+63 −0 assets/css/includes/scroll-bar.css
+21 −21 assets/js/fastsearch.js
+3 −3 assets/js/fuse.basic.min.js
+6 −0 assets/js/license.js
+7 −2 i18n/bn.yaml
+2 −2 i18n/de.yaml
+2 −2 i18n/en.yaml
+2 −2 i18n/es.yaml
+5 −5 i18n/fr.yaml
+19 −5 i18n/he.yaml
+5 −2 i18n/hi.yaml
+33 −0 i18n/hr.yaml
+20 −3 i18n/id.yaml
+17 −0 i18n/ja.yaml
+10 −2 i18n/ko.yaml
+5 −5 i18n/ku.yaml
+28 −0 i18n/ms.yaml
+17 −1 i18n/ru.yaml
+28 −0 i18n/sv.yaml
+10 −2 i18n/tr.yaml
+7 −2 i18n/zh-tw.yaml
+5 −0 i18n/zh.yaml
+1 −1 layouts/_default/archives.html
+2 −2 layouts/_default/baseof.html
+1 −1 layouts/_default/index.json
+32 −9 layouts/_default/list.html
+11 −11 layouts/_default/rss.xml
+4 −5 layouts/_default/single.html
+1 −1 layouts/_default/terms.html
+2 −2 layouts/partials/author.html
+2 −2 layouts/partials/breadcrumbs.html
+3 −3 layouts/partials/cover.html
+4 −4 layouts/partials/edit_post.html
+10 −10 layouts/partials/footer.html
+54 −47 layouts/partials/head.html
+47 −19 layouts/partials/header.html
+5 −5 layouts/partials/home_info.html
+41 −6 layouts/partials/index_profile.html
+2 −2 layouts/partials/post_canonical.html
+1 −1 layouts/partials/post_meta.html
+7 −7 layouts/partials/share_icons.html
+1 −1 layouts/partials/social_icons.html
+185 −23 layouts/partials/svg.html
+7 −7 layouts/partials/templates/opengraph.html
+14 −14 layouts/partials/templates/schema_json.html
+3 −3 layouts/partials/templates/twitter_cards.html
+3 −3 layouts/partials/translation_list.html
+1 −1 layouts/robots.txt
+0 −72 layouts/shortcodes/blockquote.html
+5 −0 layouts/shortcodes/inTextImg.html
+1 −1 layouts/shortcodes/rawhtml.html

0 comments on commit 93e58db

Please sign in to comment.