summaryrefslogtreecommitdiffstats
path: root/_plugins/example.rb
diff options
context:
space:
mode:
Diffstat (limited to '_plugins/example.rb')
-rw-r--r--_plugins/example.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/_plugins/example.rb b/_plugins/example.rb
index e149f23..cdff2da 100644
--- a/_plugins/example.rb
+++ b/_plugins/example.rb
@@ -1,11 +1,9 @@
module Jekyll
class ExampleTagBlock < Liquid::Block
-
def render(context)
text = super
"<span style=\"text-transform: uppercase; font-weight: bold; font-size: .75em;\">Example</span> &nbsp; #{text}"
end
-
end
end