Skip to content

Commit 7d35060

Browse files
author
robertmyslivecek
committed
Replace ruby plugin with javascript
1 parent 0d3c4a3 commit 7d35060

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

_layouts/ibm-post.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@
1717

1818
</section>
1919
</div>
20+
21+
22+
<script>
23+
function changeFooter() {
24+
var footer = document.querySelector('.footnotes')
25+
footer.innerHTML = '<div class="footer-background"></div><h4 class="footnote-title">References</h4>' + footer.innerHTML
26+
}
27+
changeFooter();
28+
</script>

_plugins/references.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)