mirror of
				https://git.sr.ht/~tsileo/microblog.pub
				synced 2025-06-05 21:59:23 +02:00 
			
		
		
		
	Fix og:title always being empty on articles
This commit is contained in:
		| @@ -15,7 +15,7 @@ | ||||
| <meta content="article" property="og:type" /> | ||||
| <meta content="{{ outbox_object.url }}" property="og:url" /> | ||||
| <meta content="{{ local_actor.display_name }}'s microblog" property="og:site_name" /> | ||||
| <meta content="{% if outbox_object.name %}{{ name }}{% else %}Note{% endif %}" property="og:title" /> | ||||
| <meta content="{% if outbox_object.name %}{{ outbox_object.name }}{% else %}Note{% endif %}" property="og:title" /> | ||||
| <meta content="{{ excerpt }}" property="og:description" /> | ||||
| <meta content="{{ local_actor.icon_url }}" property="og:image" /> | ||||
| <meta content="summary" property="twitter:card" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user