summaryrefslogtreecommitdiffstats
path: root/templates/html/article.html
Commit message (Collapse)AuthorAgeFilesLines
* templates/html: update article.htmlrsiddharth2021-01-251-0/+2
| | | | Add language list placeholder.
* templates/html/article.html: Remove "Article" tag.rsiddharth2019-05-261-1/+0
|
* templates/html/article.html: Wrap around .main div.rsiddharth2019-05-241-0/+5
|
* bin/html: Add ability set author.rsiddharth2019-05-181-0/+1
| | | | | | | | | * bin/html (PH): Add author field. (author): New function. (html): Set author if needed. * scss/style.scss: Update styling for '.meta'. Add styling '.author' and '.date' divs under meta. * templates/html/article.html: Add author in meta div.
* templates: Add article.html.rsiddharth2019-05-181-0/+37
* scss/style.scss: Add styling for .article (same as .news-item). * templates/html/article.html: New template.