Style changes for author section
This commit is contained in:
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user