aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic/templates
Commit message (Collapse)AuthorAgeFilesLines
* fix: make templates more validator.w3.org friendlyHEADmyblogMatěj Cepl2024-08-262-8/+8
| | | | Trailing slash on void elements is evil.
* Convert DOS to UNIX EOLs.Matěj Cepl2024-08-264-169/+169
|
* Add relmeMatěj Cepl2024-08-263-4/+65
|
* Add ERT to all articles.Matěj Cepl2024-08-261-0/+1
|
* Make article titles bolder.Matěj Cepl2024-08-261-1/+1
|
* Remove two more articles|sort constructs.Matěj Cepl2018-09-241-2/+2
| | | | | | | | | | | | | This is the issue getpelican/pelican-themes#483 which was supposed to be fixed by #506 (and commit f1a4bba40281fa21816d6619d32136fc6a8f086d), but two occurences of the problem were missed. Basically, as https://github.com/getpelican/pelican/issues/1591#issuecomment-70272693 says: > For future reference: Don't use sort in templates on articles.
* Fix Python 3 unorderable types issuejoshmorel2017-04-161-1/+1
| | | | | | {% for article in articles | sort %} resulted in: "CRITICAL: unorderable types: Article() < Article()"
* Replace 'PAGES' with 'pages' across all themesAdam Matan2017-03-072-2/+2
| | | | | Solving http://docs.getpelican.com/en/latest/faq.html\#since-i-upgraded-pelican-my-pages-are-no-longer-rendered And https://github.com/getpelican/pelican-themes/issues/437
* Use https:// for all Disqus callsAdam Matan2016-02-201-1/+1
|
* Merge pull request #251 from callmemagnus/patch-1Justin Mayer2014-09-191-1/+1
|\ | | | | Changed URL to modernizer.js
| * Changed URL to modernizer.jsmagnus anderssen2014-09-131-1/+1
| | | | | | | | | | | | I get: WARNING:root:Unable to find file /theme/js/custom.modernizr.js/index.html or variations. if I generate the site as-is. Either it links to the one in /vendor or the existing one in /js (called modernizer.js)
* | added missing piwik scriptmagnus anderssen2014-09-151-0/+1
| |
* | Missing end tagsmagnus anderssen2014-09-151-0/+2
|/ | | body and html end tag are missing
* add a theme based on the new Zurb Foundation 5 frameworkShuaib Hanief2013-12-3121-0/+344