Update 2023-11-08 11:26:05
This commit is contained in:
parent
4f49dd97cd
commit
870492e4cb
12
src/index.ps
12
src/index.ps
@ -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>
|
||||
> $DATE
|
||||
$DATE
|
||||
</td>
|
||||
<td>
|
||||
<a href="$URI">
|
||||
> $TITLE
|
||||
$TITLE
|
||||
</a>
|
||||
</td>
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user