add: open graph tags for posts and notes
This commit is contained in:
parent
af6fbdf04e
commit
0c509b7001
4 changed files with 97 additions and 20 deletions
|
@ -48,7 +48,7 @@
|
|||
(a
|
||||
("href" "/requests")
|
||||
("class" "button {% if selected == 'requests' -%}active{%- endif %}")
|
||||
("title" "Chats")
|
||||
("title" "Requests")
|
||||
(icon (text "inbox"))
|
||||
(span
|
||||
("class" "notification tr {% if user.request_count <= 0 -%}hidden{%- endif %}")
|
||||
|
@ -58,7 +58,7 @@
|
|||
(a
|
||||
("href" "/notifs")
|
||||
("class" "button {% if selected == 'notifications' -%}active{%- endif %}")
|
||||
("title" "Chats")
|
||||
("title" "Notifications")
|
||||
(icon (text "bell"))
|
||||
(span
|
||||
("class" "notification tr {% if user.notification_count <= 0 -%}hidden{%- endif %}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue