2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
- README.md+6-6
- exampleSite/.gitignore+1-27
- exampleSite/LICENSE+21
- exampleSite/README.md+28-2
- exampleSite/config.toml+37-21
- exampleSite/configTaxo.toml+27
- exampleSite/content/_index.md-2
- exampleSite/content/about.md+3-6
- exampleSite/content/archives.md+5
- exampleSite/content/contact.md-6
- exampleSite/content/homepage/about.md+7
- exampleSite/content/homepage/index.md+3
- exampleSite/content/homepage/work.md+7
- exampleSite/content/post/_index.md+1-1
- exampleSite/content/post/emoji-support.md+7-8
- exampleSite/content/post/markdown-syntax.md+19-18
- exampleSite/content/post/math-typesetting.md+13-10
- exampleSite/content/post/placeholder-text.md+6-19
- exampleSite/content/post/rich-content.md+2-10
- exampleSite/go.mod+5
- exampleSite/go.sum+2
- layouts/_default/baseof.html+7-1
- layouts/_default/category.html+4-4
- layouts/_default/list.html+6-6
- layouts/_default/single.html+17-7
- layouts/_default/taxonomy.html+4-4
- layouts/partials/footer.html+9-7
- layouts/partials/json-ld.html+134
- layouts/partials/seo.html+2
- layouts/partials/share.html+31
- layouts/partials/sidebar.html+6-2
- layouts/partials/tags.html+15
- layouts/partials/theme-color.html+4
- static/css/hyde.css+108-11
- static/css/poole.css+36-15
- static/css/print.css+1-1
- static/js/jquery.min.js+2
- static/js/soho.js+48
0 commit comments