Skip to content

Commit 07b6cb1

Browse files
committed
v0.1.11: debug footer, left labels, section id
1 parent 19fff64 commit 07b6cb1

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

webifier/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = 'v0.1.10'
1+
__version__ = 'v0.1.11'

webifier/jekyll/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class="bg-light p-3 m-auto text-center"
2020
{% endif %}
2121
>
22-
{{ include.footer.text | default: site.data.index.footer.text | default: site.data.index.footer }}
22+
{{ include.footer.text | default: site.data.index.footer.text | default: site.data.index.footer.text }}
2323
© Powered by <a class="link-primary" href="https://github.com/webifier/build">Webifier</a>
2424
</div>
2525
</footer>

webifier/jekyll/_includes/toc.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@
4747
{% assign section_content_shadow = "hover-shadow" %}
4848
{% endif %}
4949
<div
50+
id="{{pair[0]}}"
5051
{% if pair[1].background %}
5152
{% if include.inline != null %}
5253
class="row align-items-center p-0 py-2"
5354
{% else %}
54-
class="row align-items-center py-3 p{{pad_direction}}-xs-0 p{{pad_direction}}-sm-0
55+
class="row align-items-start py-3 p{{pad_direction}}-xs-0 p{{pad_direction}}-sm-0
5556
p{{pad_direction}}-md-1 p{{pad_direction}}-lg-2 p{{pad_direction}}-xlg-2 p{{pad_direction}}-xxlg-2"
5657
style="
5758
min-height: 5vh;
@@ -74,7 +75,7 @@
7475
>
7576
{% if pair[1].label != false and include.inline == null %}
7677
{% if pair[1].label.position == null or pair[1].label.position == "left" %}
77-
<div class="shadow-lg bg-dark col-12 col-sm-12 col-md-2 col-lg-2 col-xl-2
78+
<div class="mt-4 mb-4 shadow-lg bg-dark col-12 col-sm-12 col-md-2 col-lg-2 col-xl-2
7879
col-xxl-2 p-2 d-flex text-muted justify-content-center"
7980
>
8081
<strong>{{label}}</strong>

0 commit comments

Comments
 (0)