diff options
Diffstat (limited to 'compromyse.xyz')
-rw-r--r-- | compromyse.xyz/posts/a.html | 1 | ||||
-rw-r--r-- | compromyse.xyz/templates/xyz.html | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/compromyse.xyz/posts/a.html b/compromyse.xyz/posts/a.html index 8237d7f..6722f21 100644 --- a/compromyse.xyz/posts/a.html +++ b/compromyse.xyz/posts/a.html @@ -1,4 +1,5 @@ title = A.html +template = xyz.html --- <p>a.html</p> diff --git a/compromyse.xyz/templates/xyz.html b/compromyse.xyz/templates/xyz.html new file mode 100644 index 0000000..7b61a16 --- /dev/null +++ b/compromyse.xyz/templates/xyz.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<html lang="en"> + {{ body }} +</html> |