Automated deployment: Sat Jun 26 09:28:06 UTC 2021 ea9c33539a

This commit is contained in:
sayanarijit 2021-06-26 09:28:06 +00:00
parent ad6a0dcc60
commit 75186085ab
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ xplr.config.node_types.special["Downloads"] = { meta = { icon = "
metadata is set for the <a href="#directory">directory</a>, <a href="#file">file</a>, and
<a href="#symlink">symlink</a> nodes.</p>
<p>Example:</p>
<pre><code>xplr.config.node_types.file = {
<pre><code class="language-lua">xplr.config.node_types.file = {
meta = {
icon = &quot;f&quot;,
foo = &quot;bar&quot;,

View File

@ -1050,7 +1050,7 @@ xplr.config.node_types.special[&quot;Downloads&quot;] = { meta = { icon = &quot;
metadata is set for the <a href="node_types.html#directory">directory</a>, <a href="node_types.html#file">file</a>, and
<a href="node_types.html#symlink">symlink</a> nodes.</p>
<p>Example:</p>
<pre><code>xplr.config.node_types.file = {
<pre><code class="language-lua">xplr.config.node_types.file = {
meta = {
icon = &quot;f&quot;,
foo = &quot;bar&quot;,