Style changes for author section

This commit is contained in:
Caleb Gardner
2024-12-27 03:58:53 -06:00
parent b5d582e797
commit 1694169177
+5 -4
View File
@@ -15,10 +15,11 @@ import (
) )
const authorInfo = ` const authorInfo = `
<table><tr> <div>
<td><img src="%v" alt="%v" class='author-pic'></td> <img src="%v" alt="%v" class='author-pic'>
<td><h3 class="author-title">%v</h3>%v</td> <h3 class="author-title">%v</h3>
</tr></table>` <p>%v<p>
</div>`
type Author struct { type Author struct {
ID string `json:"id" bson:"_id"` ID string `json:"id" bson:"_id"`