Update 2023-11-08 11:26:05

This commit is contained in:
c0dev0id 2023-11-08 11:26:07 +01:00
parent 4f49dd97cd
commit 870492e4cb

View File

@ -15,6 +15,14 @@ cat <<'EOF'
Posts
</h2>
<table>
<tr>
<th>
Date
</th>
<th>
Article
</th>
</tr>
EOF
# print list
@ -32,11 +40,11 @@ do
cat <<EOF
<td>
&gt; $DATE
$DATE
</td>
<td>
<a href="$URI">
&gt; $TITLE
$TITLE
</a>
</td>
EOF