Add author field + update menu

This commit is contained in:
2025-05-23 19:38:40 +02:00
parent 7a1385d040
commit 4d7bfb4bfa
2 changed files with 23 additions and 10 deletions

View File

@@ -53,6 +53,9 @@ export class SiteSheet {
</td>
</tr>
</table>
<p class="pl-4 mb-4">
<strong>Autore scheda:</strong> ${this._siteData.author}
</p>
</div>`;
}