summaryrefslogtreecommitdiffstats
path: root/template/standard/rsrc
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Some markup optimizations has been made to both templates (the HTML5 ↵Thomas Lange1-22/+11
<article> element is more correct for the purpose of an item list, because real lists should only be used if the order of the items would change the meaning. This is not the case, because each item is a self-contained area which has nothing to do with the other items).
2017-09-02Some HTML and CSS optimizations has been made to the standard template and ↵Thomas Lange1-6/+6
the "title" attribute was added to every heading link in the item list.
2017-09-02Multiple <section> elements were replaced by simple <div> elements. If a ↵Thomas Lange1-3/+3
container element is only used for the CSS and has no semantic meaning, then a <section> element is definitely wrong for this purpose.
2017-04-11HTML5 <article> tags has been replaced by the more semantic correct ↵Thomas Lange1-2/+2
<blockquote> tags with "cite" attribute.
2017-03-20The "autofocus" attribute was added to the search input field.Thomas Lange1-1/+0
2017-03-20The javascript part was outsourced to a new file to reduce duplicate code.Thomas Lange1-0/+16
2017-02-24Initial commit.v1.0Thomas Lange6-0/+206