Add some meta alternate links (#2657)
This commit is contained in:
@@ -23,3 +23,6 @@ block meta
|
||||
link(rel='prev' href=`${config.url}/notes/${note.prev}`)
|
||||
if note.next
|
||||
link(rel='next' href=`${config.url}/notes/${note.next}`)
|
||||
|
||||
if !user.host
|
||||
link(rel='alternate' href=url type='application/activity+json')
|
||||
|
||||
Reference in New Issue
Block a user