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 Posts
</h2> </h2>
<table> <table>
<tr>
<th>
Date
</th>
<th>
Article
</th>
</tr>
EOF EOF
# print list # print list
@ -32,11 +40,11 @@ do
cat <<EOF cat <<EOF
<td> <td>
&gt; $DATE $DATE
</td> </td>
<td> <td>
<a href="$URI"> <a href="$URI">
&gt; $TITLE $TITLE
</a> </a>
</td> </td>
EOF EOF