We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd76092 commit a3c21e9Copy full SHA for a3c21e9
_layouts/page.html
@@ -1,7 +1,9 @@
1
---
2
layout: default
3
4
-
+"image": [
5
+"{{ page.image }}"
6
+],
7
{% if page.toc %}
8
{% assign contentsTitle = page.toc_title | default: 'Contents' %}
9
{% include toc.html html=content class='menu-list' h_min=2 h_max=3 contents_title=contentsTitle %}
0 commit comments