aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make blog_url dynamic instead of pointing to root which is always englishEuAndreh2020-08-161-1/+1
|
* Use a single name for the site home linkEuAndreh2020-08-121-1/+1
|
* Add title to pages missing itEuAndreh2020-08-121-3/+1
|
* default.html: Add hreflang to <link alternate> tagsEuAndreh2020-08-121-2/+2
|
* default.html: Add page title meta attribute only when it existsEuAndreh2020-08-121-1/+3
|
* default.html: Fix missing link in <link alternate>EuAndreh2020-08-121-1/+2
|
* Add TILs section, with Atom support and i18nEuAndreh2020-08-121-20/+26
| | | | | | | | | | | | | | | - add i18n logic to support translated TIL entries and listing; - make the website title less tied to a blog: "EuAndreh::blog" -> <web>EuAndreh</web>; - remove old Atom feed link aliases; - remove feed.all.atom and it's link in the about page; - create Atom feed for TIL entries; - show blog and TIL Atom feed on their listing pages (index and tils-listing); - add root alias: / -> /en/ - remove explicit list of feeds from $IGNORED_PAGES and use a '*.atom' glob instead; - also lint, assert-content and assert-unique-ref of TILs; - fix wrong "post.date" in pastebin entry in site.json;
* _layouts/default.html: Generate langs <ul> only when there are langsEuAndreh2020-02-141-17/+17
|
* html tidy wipEuAndreh2020-02-121-1/+1
|
* Remove extra role=main attributeEuAndreh2020-02-081-1/+1
|
* Escape HTML title in meta tagEuAndreh2020-02-081-1/+1
| | | | Avoid errors with quotes in page titles
* Sanitize markdown contentEuAndreh2020-02-061-1/+1
|
* Point to language-specific homeEuAndreh2020-02-051-1/+1
|
* DIY jekyll-seo-tagEuAndreh2020-02-051-2/+15
|
* DIY Atom feedEuAndreh2020-02-051-1/+1
|
* Add manual support for multiple languagesEuAndreh2020-02-051-9/+29
|
* Reproduce hakyll behaviourEuAndreh2020-02-051-1/+2
|
* WIP JekyllEuAndreh2020-02-051-0/+46