Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Dec 14, 2022
1 parent b2488d3 commit 0a13ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/elixir-toolkit-theme-plugins/tool_tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ def load_tools

def render(context)
tool = find_tool(context[@content.strip])
tags = create_tags(tool["registry"])

if tool["registry"]
tags = create_tags(tool["registry"])
end
%Q{<a
tabindex="0"
class="tool"
Expand Down
2 changes: 1 addition & 1 deletion lib/elixir-toolkit-theme-plugins/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
class Ett
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end

0 comments on commit 0a13ae1

Please sign in to comment.