diff options
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r-- | template/html/common/layout.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html index 695f5226..d56218be 100644 --- a/template/html/common/layout.html +++ b/template/html/common/layout.html @@ -157,6 +157,18 @@ </div> </div> </template> + <template id="icon_read"> + {{ template "icon_read" }} + </template> + <template id="icon_unread"> + {{ template "icon_unread" }} + </template> + <template id="icon_star"> + {{ template "icon_star" }} + </template> + <template id="icon_unstar"> + {{ template "icon_unstar" }} + </template> </body> </html> {{ end }} |