aboutsummaryrefslogtreecommitdiff
path: root/scripts/archive/blog/doc/templates/index-template.html
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-01-10 11:14:29 -0800
committerben <ben@nagy.contact>2025-01-10 11:14:29 -0800
commitfb4f206e21cc2853e904e8e548b3d4450b208c8d (patch)
tree92044e436174b598bbb831473412ee4382a05396 /scripts/archive/blog/doc/templates/index-template.html
parent7339a5dae5f48ba37d44094f8aaa9915695f86e5 (diff)
added scriptsmain
Diffstat (limited to 'scripts/archive/blog/doc/templates/index-template.html')
-rw-r--r--scripts/archive/blog/doc/templates/index-template.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/archive/blog/doc/templates/index-template.html b/scripts/archive/blog/doc/templates/index-template.html
new file mode 100644
index 0000000..64d0992
--- /dev/null
+++ b/scripts/archive/blog/doc/templates/index-template.html
@@ -0,0 +1,8 @@
+<article>
+ <a href="blog/%s">
+ <img src="assets/img/blog/%s" alt="%s"></a>
+ <h1><a href="blog/%s">%s</a></h1>
+ <h2>%s</h2>
+ <p>%s</p>
+ <h3><a href="blog/%s">Read more...</a></h3>
+</article>