mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Removes NOOP linkable_title plugin (#10282)
This commit is contained in:
parent
8dc4c70967
commit
862abdaebe
@ -1,15 +0,0 @@
|
||||
module Jekyll
|
||||
class LinkableTitleTag < Liquid::Tag
|
||||
def initialize(tag_name, text, token)
|
||||
super
|
||||
@title = text
|
||||
end
|
||||
|
||||
def render(context)
|
||||
title = Liquid::Template.parse(@title).render context
|
||||
"#{title}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Liquid::Template.register_tag('linkable_title', Jekyll::LinkableTitleTag)
|
Loading…
x
Reference in New Issue
Block a user