aboutsummaryrefslogtreecommitdiff
path: root/layouts
Commit message (Collapse)AuthorAge
* Convert archetype dates to UTCNicholas Johnson2023-10-15
| | | | | | For privacy reasons, user time zones are not recorded at the moment they are created by an archetype. Without knowing the time zone offset, the true date is ambiguous. To correct this, all dates are converted to UTC.
* Trick browsers into not requesting absent faviconv1.0.5Nicholas Johnson2023-09-28
|
* Add brackets around link index numbersNicholas Johnson2023-09-09
|
* Fix logo spacingv1.0.1Nicholas Johnson2023-08-30
|
* Correctly handle absent journal entriesNicholas Johnson2023-08-25
|
* Correctly handle absent navlinksNicholas Johnson2023-08-25
|
* Simplify link reference printing logicNicholas Johnson2023-08-25
|
* Simplify journal entry printing logicNicholas Johnson2023-08-25
|
* Make copyright notice mandatoryNicholas Johnson2023-08-25
| | | | | | Requiring a copyright notice forces the user to make clear to readers what their rights are with the capsule/site content. This also makes templates simpler.
* Make logo requiredNicholas Johnson2023-08-25
| | | | Pages look ugly without a logo. This also makes templates simpler.
* Fix Gemini taxonomy spacingNicholas Johnson2023-08-25
|
* Simplify term entry printing logicNicholas Johnson2023-08-25
|
* Fix Gemini term spacingNicholas Johnson2023-08-25
|
* Fix spacing heading spacing for single.gmiNicholas Johnson2023-08-25
|
* Fix single page Gemini metadata spacingNicholas Johnson2023-08-25
|
* Make index variables in index.html mandatoryNicholas Johnson2023-08-25
| | | | The variables are mandatory in Gemini. HTML should mirror that.
* Fix single.gmi reference spacingNicholas Johnson2023-08-25
|
* Make single.html more readableNicholas Johnson2023-08-25
|
* Fix </main> spacing in single.htmlNicholas Johnson2023-08-25
|
* Fix index.gmi spacingNicholas Johnson2023-08-25
| | | | | Index-related variables are made non-optional. This makes the code cleaner.
* Fix Gemini footer spacingNicholas Johnson2023-08-25
|
* Fix Gemini header spacingNicholas Johnson2023-08-25
|
* chomp() user contentNicholas Johnson2023-08-25
| | | | | User content may contain newlines at the end of files, which create problems for spacing in Gemini.
* Remove old nicksphere referenceNicholas Johnson2023-08-25
|
* Fix <article> spacingNicholas Johnson2023-08-25
|
* Prefer right-aligned whitespace eliminationNicholas Johnson2023-08-25
|
* Remove EOLs in embedded layoutsNicholas Johnson2023-08-25
|
* Remove non-breakable spacesNicholas Johnson2023-08-25
|
* Fix tag display in pageinfo for Geminiv0.7.1Nicholas Johnson2023-08-06
|
* Rename links var to referencesNicholas Johnson2023-08-02
|
* Add multilingual support for index pagesNicholas Johnson2023-08-01
|
* Add multilingual support for single pagesNicholas Johnson2023-08-01
|
* Add multilingual support for sectionsNicholas Johnson2023-08-01
|
* Add multilingual support for taxonomiesNicholas Johnson2023-08-01
|
* Add multilingual support for homepage linkNicholas Johnson2023-07-31
|
* Add multilingual support for datesNicholas Johnson2023-07-31
|
* Add multilingual support for reading timeNicholas Johnson2023-07-31
|
* Fix gemini comment spacingv0.5.6Nicholas Johnson2023-05-16
|
* Fix page titlev0.5.5Nicholas Johnson2023-05-11
|
* Fix base layout i18nv0.5.4Nicholas Johnson2023-05-09
|
* Allow custom CSS overridesv0.5.3Nicholas Johnson2023-05-09
|
* Make non-critical page elements optionalv0.5.2Nicholas Johnson2023-05-09
|
* Document gemini single page rendererNicholas Johnson2023-05-09
|
* Fix extraneous matchesNicholas Johnson2023-05-09
|
* Change variable nameNicholas Johnson2023-05-09
|
* Allow whitespace in Markdown linksNicholas Johnson2023-05-05
|
* Add link title support to GeminiNicholas Johnson2023-05-05
|
* Replace findRE with findRESubmatch where possibleNicholas Johnson2023-05-05
|
* Don't unnecessarily generate chunk refsNicholas Johnson2023-05-05
|
* Make Gemini ignore link titlesNicholas Johnson2023-05-05
|