mirror of https://gitlab.com/basile.b/dexed.git
doc
This commit is contained in:
parent
9dd8f9949d
commit
1bbb72848c
|
@ -1 +1,3 @@
|
|||
theme: jekyll-theme-slate
|
||||
theme: jekyll-theme-slate
|
||||
kramdown:
|
||||
auto_ids: true # Auto-generate ID's for headings
|
|
@ -1,5 +0,0 @@
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.1/anchor.min.js"></script>
|
||||
<script>
|
||||
anchors.options.icon = '#';
|
||||
anchors.add('h2, h3, h4, h5, h6');
|
||||
</script>
|
|
@ -3,7 +3,6 @@ title: Widgets - Todo list
|
|||
---
|
||||
|
||||
{% include xstyle.css %}
|
||||
{% include anchors %}
|
||||
|
||||
### Todo list
|
||||
|
||||
|
|
Loading…
Reference in New Issue