summaryrefslogtreecommitdiffstats
path: root/_plugins/proof.rb
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-02-15 05:11:07 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-02-15 05:11:07 +0100
commit7c66b227a494748e2a546fb85317accd00aebe53 (patch)
tree9c649667d2d024b90b32d36ca327ac4b2e7caeb2 /_plugins/proof.rb
parent28407333ffceca9b99fae721c30e8ae146a863da (diff)
downloadsite-7c66b227a494748e2a546fb85317accd00aebe53.tar.zst
Update
Diffstat (limited to '_plugins/proof.rb')
-rw-r--r--_plugins/proof.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/_plugins/proof.rb b/_plugins/proof.rb
index 415b37f..0c2b63b 100644
--- a/_plugins/proof.rb
+++ b/_plugins/proof.rb
@@ -1,11 +1,9 @@
module Jekyll
class ProofTagBlock < Liquid::Block
-
def render(context)
text = super
"<span style=\"text-transform: uppercase; font-weight: bold; font-size: .75em;\">Proof</span> &nbsp; #{text} <span style=\"float:right;\">$\\square\\enspace$</span>"
end
-
end
end