Skip to content

Commit

Permalink
v:0.0.16 fix label issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidzee committed Apr 3, 2024
1 parent 8a7872a commit d0845be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webifier/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v0.1.15'
__version__ = 'v0.1.16'
4 changes: 2 additions & 2 deletions webifier/jekyll/_includes/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
>
{% if pair[1].label != false and include.inline == null %}
{% if pair[1].label.position == null or pair[1].label.position == "left" %}
<div class="mt-4 mb-4 shadow-lg bg-dark col-12 col-sm-12 col-md-2 col-lg-2 col-xl-2
col-xxl-2 p-2 d-flex text-muted justify-content-center"
<div class="mt-4 mb shadow-lg bg-dark col-12 col-sm-12 col-md-2 col-lg-2 col-xl-2
col-xxl-2 p-3 d-flex text-muted justify-content-center"
>
<strong>{{label}}</strong>
</div>
Expand Down

0 comments on commit d0845be

Please sign in to comment.