diff options
author | tdro <tdro@noreply.example.com> | 2022-08-16 02:01:07 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-08-16 02:01:07 -0400 |
commit | fb0eafd272a6cee9b8f9e380cd028f4edde18298 (patch) | |
tree | bcfea7c1cd10b4256cc5b2b062d68cbb0005db63 /themes/default/layouts/_default | |
parent | 59024e55e1dea279b8acad3a9a8d2403c8bf3028 (diff) | |
download | canory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.tar.gz canory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.tar.bz2 canory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.zip |
themes/default/layouts/partials: Add plain text
Add plain text version of single. Enhance menu permalink ergonomics. Add href to
date menu anchor.
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r-- | themes/default/layouts/_default/single.plain.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/layouts/_default/single.plain.txt b/themes/default/layouts/_default/single.plain.txt new file mode 100644 index 0000000..d110b5e --- /dev/null +++ b/themes/default/layouts/_default/single.plain.txt @@ -0,0 +1 @@ +{{- .Content | plainify | htmlUnescape -}} |