This commit is contained in:
tree🌴 2024-02-12 14:12:53 +01:00
parent b342a28007
commit a723287814
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ const current = false;
<th>Content (Markdown)</th>
<td><textarea rows="5" cols="65">{issue.newsMd}</textarea></td>
</tr>
<tr>
<th>Cover image</th>
<td><img src=`/img/${issue.week}.png` class="w-64" /></td>
</tr>
</table>
</div>
</div>