Add Caddyfile rather than nginx

This commit is contained in:
Dave Gallant
2022-08-21 17:01:00 +00:00
parent b059b01a0b
commit afa440e765
6 changed files with 14 additions and 36 deletions

View File

@@ -39,7 +39,7 @@
></a>
</td>
<td scope="col">{{ topic.total_views }}</td>
<td scope="col">{{ topic.score }}</td>
<!-- <td scope="col">{{ topic.score }}</td> -->
<!-- <td scope="col">{{ topic.votes.up - topic.votes.down }}</td> -->
<td scope="col">{{ formatDate(topic.last_post_time) }}</td>
</tr>