* replace .URL with .RelPermalink find * -type f -exec sed -i "" "s/.URL/.RelPermalink/g" {} \; * fix my bad
* Add external link feature for posts * Add post example using external link
* Making easy to customize listing * adding styles to listing * removing unintended changes * correcting declaration * including files for release * changing url to be relative so it can work on localhost * Including suggestions