summaryrefslogtreecommitdiff
path: root/templates/article.mdwn
AgeCommit message (Collapse)Author
2023-05-10use secure https URIs where possibleJonas Smedegaard
2022-10-28normalize headlines to have one leading space and no trailing spaceJonas Smedegaard
command: ``` find * -type f -name '*.mdwn' -execdir perl -pi -e 's/^(#+)\s*([^\s#].*?)\h*$/$1 $2/g;' '{}' + ```
2020-03-26change meta titleSiri Reiter
2017-09-02Fix move templates into place.Jonas Smedegaard
2017-08-23Place theme image in topbar and remove from text.Siri Reiter