init
This commit is contained in:
commit
d013ece0f3
363 changed files with 20823 additions and 0 deletions
8
themes/duckquill/templates/partials/extra_features.html
Normal file
8
themes/duckquill/templates/partials/extra_features.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{%- if config.extra.show_copy_button %}
|
||||
<span id="copy-code-text" class="hidden">{{ macros_translate::translate(key="copy_code", default="Copy Code", language_strings=language_strings) }}</span>
|
||||
{%- endif %}
|
||||
|
||||
{%- if config.build_search_index %}
|
||||
<span id="search-index" class="hidden">{{ get_url(path="/", lang=lang) }}/search_index.{{ config.default_language }}.json</span>
|
||||
<span id="more-matches-text" class="hidden">{{ macros_translate::translate(key="more_matches", default="$MATCHES more matches", language_strings=language_strings) }}</span>
|
||||
{%- endif %}
|
Loading…
Add table
Add a link
Reference in a new issue