You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/editing/debugging.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,12 @@ Note that liquid allows the passing of [arbitrary arguments](https://jekyllrb.co
16
16
17
17
{% highlight liquid %}{% raw %}{% include echo content="This is the content argument" bracket="what if I pass {}?" gorilla="Why do we have a gorilla argument?" %}{% endraw %}{% endhighlight %}
18
18
{% include echo content="This is the content argument" bracket="what if I pass {}?" gorilla="Why do we have a gorilla argument?" %}
19
+
20
+
### What's in a `page`?
21
+
22
+
{% include notice icon="tech" content="Ever wonder what all is part of the `page` data structure? Let's find out!
23
+
24
+
(You can also do this with the `site` data structure, but be warned: the output will include every page body across the whole site!)" %}
25
+
26
+
{% highlight liquid %}{% raw %}{% include echo p=page %}{% endraw %}{% endhighlight %}
0 commit comments