Added dynamic pages
This commit is contained in:
3
example/site/blog/blog/2022-1-31.sh
Executable file
3
example/site/blog/blog/2022-1-31.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "<p>By the way today's date is $(date)</p>"
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
<h3>It's not very polished but it's certainly a website</h3>
|
||||
|
||||
<a href="blog/2021-1-25.html">2021-1-25</a>
|
||||
<a href="blog/2022-1-25.html">2021-1-25</a>
|
||||
<a href="blog/2022-1-31">2021-1-31</a>
|
||||
|
||||
Reference in New Issue
Block a user