summaryrefslogtreecommitdiff
path: root/layouts/posts
AgeCommit message (Collapse)AuthorFilesLines
2020-04-11#157, Refactor side menu, simpler and renders all pages at rootAlex Shpak1-1/+0
2019-12-19#66, add taxonomy supportAlex Shpak2-18/+11
2019-12-14#113, Hide date from posts if not specifiedAlex Shpak2-12/+16
2019-12-09Move baseof to _default folder, making it default view of siteAlex Shpak1-30/+0
2019-11-16Add language switch at bottom of pageAlex Shpak1-1/+1
2019-10-03#86, Add google analytics to readme, move GA and enable Open Graph in headAlex Shpak1-1/+0
2019-09-22#73, Enable TOC and git footer for postsAlex Shpak3-0/+12
2019-09-01use class="hidden" instead of creating new classesPaul Twohey1-1/+1
Use class "hidden" instead of styled classes to ensure that input elments stay hidden when the Content-Security-Policy header has "style-src 'self';"
2019-09-01fix menu, docs, and posts to work with strict Content-Security-PolicyPaul Twohey1-1/+1
When the Content-Security-Policy header has "style-src 'self';" inine style elements like style="display: none" are not honored by browsers, so style them display: none
2019-08-06Start work on search feature with lunrAlex Shpak1-1/+0
2019-04-23Improve accessibilityAlex Shpak1-1/+1
2019-04-22#43, Update tree menu rendering to support multiple sectionsAlex Shpak2-5/+5
2019-04-12Move footer to main bodyAlex Shpak1-0/+1
2019-04-09Remove copyright note and flags, fix bug with pathsJordi Bares1-1/+0
2019-03-29Rename DateFormat to BookDateFormat, make format optionalAlex Shpak2-2/+4
2019-03-29Add home page placeholder to not display empty pageAlex Shpak1-1/+1
2019-03-29Change name DateForm to DateFormat, complete git-footer.html upgradeJordi Bares2-2/+2
2019-03-29Theme date formatting in config fileJordi Bares2-2/+2
2019-02-20Refactor theme to use relative urls everywhereAlex Shpak1-2/+2
2019-01-24Add menu to blog pagesAlex Shpak2-3/+12
2018-11-25Refactor templates and partialsAlex Shpak3-7/+11
2018-11-25Cleanup posts renderingAlex Shpak3-15/+9
2018-11-25#5, Insert google analytics template to bodyAlex Shpak1-1/+2
2018-11-24Add simple blog renderingAlex Shpak3-0/+51