Module: Octopress
- Defined in:
- lib/octopress-printable/tags.rb,
lib/octopress-printable.rb,
lib/octopress-printable/bib.rb,
lib/octopress-printable/img.rb,
lib/octopress-printable/gist.rb,
lib/octopress-printable/math.rb,
lib/octopress-printable/latex.rb,
lib/octopress-printable/config.rb,
lib/octopress-printable/plugin.rb,
lib/octopress-printable/filters.rb,
lib/octopress-printable/tex2img.rb,
lib/octopress-printable/version.rb,
lib/octopress-printable/converter.rb,
lib/octopress-printable/post_link.rb,
lib/octopress-printable/gist_cache.rb
Overview
post_link brm.io/jekyll-post-links/
usage post_link post text %
Where post is a post in the usual date-slug format. If text is specified, it uses that as the anchor text, otherwise it’s the post title.
Output is a full anchor tag. Broken links will be detected by compiler.
based on post_url.rb github.com/jekyll/jekyll/blob/master/lib/jekyll/tags/post_url.rb
Defined Under Namespace
Modules: Printable