Class: Jekyll::Latex::Pdf::JekyllBase::LinkTag
- Inherits:
-
Tags::Link
- Object
- Tags::Link
- Jekyll::Latex::Pdf::JekyllBase::LinkTag
- Defined in:
- lib/jekyll/latex/pdf/jekyll/link.rb
Overview
Overrides the default Link tag with it not usable for pdf, where we don’t want to have relative pathes.
Instance Method Summary collapse
Instance Method Details
#render(context) ⇒ Object
11 12 13 14 15 |
# File 'lib/jekyll/latex/pdf/jekyll/link.rb', line 11 def render(context) site = context.registers[:site] site.config["url"] + super end |