Compare commits
	
		
			1 commit
		
	
	
		
			a17ebec50f
			...
			04cf605ae8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 04cf605ae8 | 
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -5,6 +5,10 @@ | ||||||
| <meta name="description" content="{{ article.summary|striptags|escape }}" /> | <meta name="description" content="{{ article.summary|striptags|escape }}" /> | ||||||
| <meta name="keywords" content="{{ article.tags|join(', ')|escape }}"> | <meta name="keywords" content="{{ article.tags|join(', ')|escape }}"> | ||||||
| 
 | 
 | ||||||
|  | {% if PLUGINS and 'pelican.plugins.activitypub' in PLUGINS %} | ||||||
|  | <link rel="alternate" type="application/activity+json" href="{{ SITEURL }}/activitypub/posts/{{ article.slug }}"> | ||||||
|  | {% endif %} | ||||||
|  | 
 | ||||||
| {% if article.translations -%} | {% if article.translations -%} | ||||||
| <link rel="alternate" href="{{ SITEURL }}/{{ article.url }}" hreflang="{{ article.lang }}" /> | <link rel="alternate" href="{{ SITEURL }}/{{ article.url }}" hreflang="{{ article.lang }}" /> | ||||||
| {% for a in article.translations %} | {% for a in article.translations %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue