Automated deployment: Tue Oct 5 09:47:54 UTC 2021 3a897ea0d1

gh-pages
sayanarijit 3 years ago
parent 97a3df3ea0
commit a43b452a62

@ -338,7 +338,7 @@ render.</li>
<pre><code class="language-lua">xplr.config.layouts.builtin.default = { <pre><code class="language-lua">xplr.config.layouts.builtin.default = {
CustomContent = { CustomContent = {
title = &quot;custom title&quot;, title = &quot;custom title&quot;,
body = { DynamicParagraph = { render = &quot;fn.custom.render_layout&quot; } }, body = { DynamicParagraph = { render = &quot;custom.render_layout&quot; } },
}, },
} }

@ -1663,7 +1663,7 @@ render.</li>
<pre><code class="language-lua">xplr.config.layouts.builtin.default = { <pre><code class="language-lua">xplr.config.layouts.builtin.default = {
CustomContent = { CustomContent = {
title = &quot;custom title&quot;, title = &quot;custom title&quot;,
body = { DynamicParagraph = { render = &quot;fn.custom.render_layout&quot; } }, body = { DynamicParagraph = { render = &quot;custom.render_layout&quot; } },
}, },
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save