* Custom link handlers for profile (icon-links.html)
* Custom classes for homepage styles (border, tables, etc)
This commit is contained in:
Gitea
2022-07-27 10:00:53 -04:00
parent ed7b80579f
commit 78d0c6db37
7 changed files with 140 additions and 2 deletions

View File

@@ -86,3 +86,14 @@ Adblocker easyfilter has some filter on “plausible.js” string, especially if
- `static/js/pdf.js`
- `static/js/pdf.worker.js`
### Layout & CSS
#### Homepage `layout/index.html`
Homepage splited into two main section, Greetings section and Recent Post section. Both of the section is wrapped using `inf-border` class to give them borders. The Greetings section now has subsection of important links which is paritally loaded from custom layout of `icon-links.html`.
The Recent Posts section is managed by `inf-patterns-list` class, using html table instead of html lists format.