mirror of https://gitlab.com/curben/blog
fix: codeblock tag plugin syntax
This commit is contained in:
parent
83f4a6aad5
commit
9bbec7a51a
|
@ -332,4 +332,4 @@ do
|
||||||
find -L "$i" -maxdepth 1 -executable -type f -exec basename {} \; 2> /dev/null || :
|
find -L "$i" -maxdepth 1 -executable -type f -exec basename {} \; 2> /dev/null || :
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
{% codeblock %}
|
{% endcodeblock %}
|
||||||
|
|
Loading…
Reference in New Issue