diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index 8468b31..2451c6b 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -10,7 +10,10 @@ </div> <div class="like"> <span class="album">{{ago .Time}}</span><br/> - <i class="material-icons">favorite_border</i> + <span class="swap"> + <i class="material-icons one">favorite_border</i> + <i class="material-icons two">favorite</i> + </span> </div> </li> {{- end}} |
