-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db8fb18
commit 8574aa0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hugo-PaperMod
updated
19 files
+112 −0 | .github/ISSUE_TEMPLATE/bug.yaml | |
+0 −50 | .github/ISSUE_TEMPLATE/bug_report.md | |
+32 −0 | .github/ISSUE_TEMPLATE/enhancement.yaml | |
+0 −7 | .github/ISSUE_TEMPLATE/proposal.md | |
+6 −6 | .github/workflows/gh-pages.yml | |
+1 −1 | README.md | |
+5 −3 | assets/css/common/post-single.css | |
+1 −1 | assets/css/core/license.css | |
+1 −1 | assets/js/license.js | |
+7 −7 | i18n/he.yaml | |
+33 −0 | i18n/oc.yaml | |
+3 −3 | i18n/tr.yaml | |
+22 −1 | layouts/_default/_markup/render-image.html | |
+2 −2 | layouts/_default/baseof.html | |
+145 −121 | layouts/partials/svg.html | |
+73 −50 | layouts/partials/templates/opengraph.html | |
+5 −1 | layouts/partials/templates/schema_json.html | |
+16 −23 | layouts/partials/templates/twitter_cards.html | |
+1 −1 | theme.toml |