diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-16 16:40:37 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-16 16:40:37 +0300 |
commit | a7d25c3f329ba0c9906acd486a1c12707c617f2d (patch) | |
tree | ff905a21ee6792ee8884cb51b1f99d9b1626aeaf | |
parent | 92f11596022523879342a80c30482a0622d77fd1 (diff) |
Auto-commit 2024-12-16
-rw-r--r-- | hugo.toml | 2 | ||||
-rw-r--r-- | layouts/_default/page.txt | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -107,7 +107,7 @@ lineNumbersInTable = true tabWidth = 4 [outputs] -page = ["html"] +page = ["html", "txt"] home = ["html", "json"] section = ["html", "rss", "json"] diff --git a/layouts/_default/page.txt b/layouts/_default/page.txt new file mode 100644 index 0000000..8df585d --- /dev/null +++ b/layouts/_default/page.txt @@ -0,0 +1,3 @@ +{{ .Title }} + +{{ .Plain }}
\ No newline at end of file |