Commit Graph

8 Commits

Author SHA1 Message Date
Ray Elliott e67b2c24af use svg icons for taxonomies,date and time icons 2020-02-20 15:02:14 +00:00
Ray Elliott f7c750185f use material icons 2020-02-20 12:53:28 +00:00
Ray Elliott d14d1d7215 update metadata styling 2020-02-18 22:54:05 +00:00
Ray Elliott 46f6de852d group categories and tags metadata together 2020-02-18 22:12:32 +00:00
Ray Elliott 38f0b25502 style categories and tags post meta 2020-02-18 21:48:18 +00:00
Ray Elliott a296989a54 move icons inside anchor elements 2020-02-18 21:32:55 +00:00
tobinjt d89edf3e1b Add trailing slash to remove redirects. (#112)
* Add trailing slash to remove redirects.

When you request /tags/foo, the web server will redirect you to
/tags/foo/ so the browser needs to make two requests.  Add the trailing
slash in the link so that only one request is needed.

* Add trailing slash to remove redirects.

* Improve how trailing slash is added.

Co-Authored-By: tobinjt <johntobin@johntobin.ie>

* Improve how trailing slash is added.

Co-Authored-By: tobinjt <johntobin@johntobin.ie>

* Add John Tobin.
2018-11-20 16:19:10 -02:00
Khosrow Moossavi fd3ec89897 Taxonomy initial commit, tags and categories (#90)
* Taxonomy initial commit, tags and categories

* WIP: Show in footer for comparison

* Fix post meta
2018-10-27 09:43:26 -03:00