mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
img
This commit is contained in:
parent
b342a28007
commit
a723287814
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ const current = false;
|
||||||
<th>Content (Markdown)</th>
|
<th>Content (Markdown)</th>
|
||||||
<td><textarea rows="5" cols="65">{issue.newsMd}</textarea></td>
|
<td><textarea rows="5" cols="65">{issue.newsMd}</textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Cover image</th>
|
||||||
|
<td><img src=`/img/${issue.week}.png` class="w-64" /></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue