mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-31 07:01:20 +00:00
rm dead docs file
This commit is contained in:
parent
c1548c7861
commit
003d8956a5
20
docs/_templates/layout.html
vendored
20
docs/_templates/layout.html
vendored
@ -1,20 +0,0 @@
|
|||||||
{% extends "!layout.html" %}
|
|
||||||
|
|
||||||
{% set css_files = css_files + ["_static/custom_collapsible_code.css"] %}
|
|
||||||
|
|
||||||
# sadly, I didn't find a css style way to add custom JS to a list that is automagically added to head like CSS (above) #}
|
|
||||||
{% block extrahead %}
|
|
||||||
<script type="text/javascript" src="_static/custom_collapsible_code.js"></script>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block footer %}
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(document).ready(function() {
|
|
||||||
// using this approach as we don't have access to the jQuery selectors
|
|
||||||
// when executing the function on load in HEAD
|
|
||||||
makeCodeBlocksCollapsible();
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user