forked from laurens/fediversity_website
		
	Toevoegen validatie aan template
This commit is contained in:
		
							parent
							
								
									881451df5e
								
							
						
					
					
						commit
						f3989b5f58
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -7,6 +7,9 @@ | |||
|     <!-- Social media --> | ||||
|     {{ partial "opengraph/opengraph.html" . }} | ||||
|     {{ partial "opengraph/twitter_cards.html" . }} | ||||
|     {{ if .Site.Params.mastodon_instance }} | ||||
|       <link rel="me" href="{{ .Site.Params.mastodon_instance }}@{{ .Site.Params.mastodon_handle }}"> | ||||
|     {{ end }} | ||||
|     <link rel="canonical" href="{{ .Permalink }}"> | ||||
|     <link rel="icon" href="{{ absURL "assets/favicon.ico" }}"> | ||||
|     <link rel="alternate" type="application/atom+xml" title="{{ .Site.Title }}" href="{{ absURL "atom.xml" }}"> | ||||
|  |  | |||
		Reference in a new issue