Óscar
36e53dc646
✨ feat: add pinned posts functionality ( #424 )
3 months ago
ZzMzaw
0253799f23
✨ feat: add series functionality ( #406 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
4 months ago
Arnold Loubriat
ce3be5c007
♿ ️ fix: add missing quotes to HTML attributes ( #367 )
6 months ago
sam
5db006ac47
🐛 fix(post_listing_date): show original date for unedited articles ( #355 )
7 months ago
sam
a76d6888b6
✨ feat: add date visibility options to post list ( #330 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
8 months ago
welpo
22925caf06
🐛 fix: allow quotation in page summary
...
Quotation marks were being escaped, as the `safe` filter was not being used.
9 months ago
Daniel Kessler
9249d9fbbe
🐛 fix: link 'All posts' to proper section ( #295 )
...
Co-authored-by: Daniel Kessler (a.k.a. Dalker) <daniel.kessler@dalker.org>
Co-authored-by: welpo <welpo@users.noreply.github.com>
10 months ago
Mohammed Alotaibi
b3ef23f305
🐛 fix(i18n): reverse arrows in RTL languages ( #272 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 year ago
welpo
6673a063b8
🐛 fix: remove unnecessary description filters
...
It caused issues if description contained double quotes.
1 year ago
Xavier Vello
40df48fd87
✨ feat(list_posts.html): display draft status in post list ( #203 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 year ago
Óscar
32a2d5094b
🌐 feat(i18n): overhaul translation system & add languages ( #145 )
...
Revamp the existing translation system, simplifying
management and adding several new languages. The new system reads from
TOML files in the `/i18n` directory and improves template structures.
It also enhances customisation options and robustness by providing
fallbacks and modularity.
- Implement a new, streamlined translation macro.
- Load translations from `/i18n` TOML files.
- Remove redundant configuration requirements.
- Refactor templates to align with new i18n system.
- Add support for Hindi, Japanese, Russian, Portuguese, Chinese,
Italian, German, Ukranian, Korean, and French languages.
- Credit Thomas Weitzel (@thomasweitzel) for inspiration.
1 year ago
Óscar
0055a3613e
♿ ️ fix(a11y): update heading tags ( #140 )
1 year ago
Óscar
78f97e17b4
♻️ refactor(translation): introduce translation macro ( #129 )
2 years ago
welpo
e72a8da596
💄 style: add "…" when using summary with `<!-- more -->`
...
Removes trailing periods, if they exist, befor adding "…".
Partially reverts f03a9b3
.
2 years ago
welpo
f03a9b3c4f
💄 style: standardise posts' summary & description
...
* Cleans up newlines and html tags.
* Removes ellipsis from summary.
2 years ago
welpo
fa9229377d
✨ feat: add multi-language support
2 years ago
welpo
9887fb0a6f
✨ feat: allow dual date-format (short/long)
2 years ago
welpo
dc64e2589d
💄 style: wrap post description in `<p>`
2 years ago
welpo
4b18391c18
♻️ refactor: format date as "6 July 2049"
...
Follows Oxford's and other formal style manuals.
2 years ago
welpo
cd2ab356be
💄 style: redesign post listing and other minor changes
2 years ago
welpo
3aa22cb3ad
♻️ refactor: split macros.html in different files
...
Clearer macros format.
2 years ago