Commit Graph

8 Commits

Author SHA1 Message Date
Gergely Polonkai d1ba92a621 Fix get_post_link template tag
It now generates dates in links correctly
2014-06-22 15:13:04 +00:00
Gergely Polonkai a7c649d5c1 Add get_post_relative_link template tag to generate relative links to blog posts 2014-06-22 15:11:40 +00:00
Gergely Polonkai 34d1cefe70 Add get_post_link template tag to create post backlinks 2014-06-21 22:14:27 +02:00
Gergely Polonkai 337e1eea2b Code beautification 2014-06-20 21:57:54 +02:00
Gergely Polonkai 4f8db2dc97 Add remove_code_chunks template filter
It will be needed when generating feeds
2013-10-21 03:12:09 +02:00
Gergely Polonkai a5b6e90183 Add insert_code_chunks template filter
This basic version actually removes them. Addition to be coming later
2013-10-21 03:12:09 +02:00
Gergely Polonkai ef2791dde3 Refactored syntax highlighter code to a separate function 2013-10-21 03:12:09 +02:00
Gergely Polonkai 1765929555 Added Code Chunks support
Currently with inline style sheets. That will definitely change soon.
2013-10-21 00:55:12 +02:00