diff options
author | Aki <please@ignore.pl> | 2024-08-28 21:59:30 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-08-28 21:59:30 +0200 |
commit | 56cea0dde53544380c8eb48357000b9a272ffbb1 (patch) | |
tree | 2adcc4625bf6a89c9ecf1cacff4ee17517fb548f /sample.html | |
parent | 581de1e3c688ef9b4e0e4a13aabe1ad63d5762f0 (diff) | |
download | huh-56cea0dde53544380c8eb48357000b9a272ffbb1.zip huh-56cea0dde53544380c8eb48357000b9a272ffbb1.tar.gz huh-56cea0dde53544380c8eb48357000b9a272ffbb1.tar.bz2 |
Implemented a very specific generate-index script for the blog
Diffstat (limited to 'sample.html')
-rw-r--r-- | sample.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sample.html b/sample.html deleted file mode 100644 index 016c528..0000000 --- a/sample.html +++ /dev/null @@ -1,11 +0,0 @@ -<!doctype html> -<html> -<meta name="tags" content="example"> -<title>Sample Article</title> -<article> -<p>With just this, you can start typing the article content. The header will be prepended according to the rules -specified in the template. Anything after <code><title></code> is treated as the article content, meaning the -<code><article></code> element is not mandatory at all. Additionally, anything before the -<code><title></code> element is added to the head of the output HTML document. -<p>I don't think I quite like how this looks like at the moment. -</article> |