Skip to content

Commit a3c21e9

Browse files
ArletaArleta
authored andcommitted
00-23: page layout
1 parent dd76092 commit a3c21e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_layouts/page.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
layout: default
33
---
4-
4+
"image": [
5+
"{{ page.image }}"
6+
],
57
{% if page.toc %}
68
{% assign contentsTitle = page.toc_title | default: 'Contents' %}
79
{% include toc.html html=content class='menu-list' h_min=2 h_max=3 contents_title=contentsTitle %}

0 commit comments

Comments
 (0)