8 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "index.html" %}
 | 
						|
 | 
						|
{% block meta %}
 | 
						|
{% if PLUGINS and 'pelican.plugins.activitypub' in PLUGINS %}<link rel="alternate" type="application/activity+json" href="{{ SITEURL }}/activitypub/users/{{ author }}">{% endif %}
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block title %} – {{ _('Posts by %(name)s', name=author) }}:{% endblock %}
 | 
						|
{% set summarise = True %}
 |