init
This commit is contained in:
commit
d013ece0f3
363 changed files with 20823 additions and 0 deletions
7
themes/duckquill/templates/partials/default_theme.html
Normal file
7
themes/duckquill/templates/partials/default_theme.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{%- if page.extra.default_theme -%}
|
||||
data-theme="{{ page.extra.default_theme }}"
|
||||
{%- elif section.extra.default_theme -%}
|
||||
data-theme="{{ section.extra.default_theme }}"
|
||||
{%- elif config.extra.default_theme -%}
|
||||
data-theme="{{ config.extra.default_theme }}"
|
||||
{%- endif -%}
|
Loading…
Add table
Add a link
Reference in a new issue