a new start
This commit is contained in:
15
_includes/templates/index.html
Normal file
15
_includes/templates/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div hidden>
|
||||
{% assign strings = site.data.strings %}
|
||||
<h2 class="sr-only">{{ strings.templates | default: "Templates"}}{{ strings.colon | default:":" }}</h2>
|
||||
|
||||
{% include templates/animation.html %}
|
||||
{% include templates/loading.html %}
|
||||
{% include templates/error.html %}
|
||||
{% include templates/permalink.html %}
|
||||
{% if site.pivoine.dark_mode.icon %}
|
||||
{% include templates/dark-mode.html %}
|
||||
{% endif %}
|
||||
{% if site.pivoine.search.icon %}
|
||||
{% include templates/search.html %}
|
||||
{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user