1
0
Fork 0
older-tomato-theme/jekyll_theme/_includes/collapsed_block.html

12 lines
331 B
HTML
Raw Permalink Normal View History

2023-12-17 07:54:22 +03:00
<!-- begin collapsed_block template -->
<div style="width: 100%;">
<details {% if include.open %}open{%- endif %}>
<summary>{{ include.summary }}</summary>
{%- if include.title %}
<p class="headline">{{ include.title }}</p>
{%- endif %}
{{- include.content | markdownify -}}
</details>
</div>
<!-- end collapsed_block template -->