Eigenen Footer eingefügt
This commit is contained in:
		
							parent
							
								
									30e3b16467
								
							
						
					
					
						commit
						56907c04cf
					
				| 
						 | 
					@ -0,0 +1,18 @@
 | 
				
			||||||
 | 
					<footer class="mt-auto py-3 text-center">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <small class="text-muted mb-2">
 | 
				
			||||||
 | 
					      <i class="fas fa-code"></i> mit <i class="fas fa-heart"></i>
 | 
				
			||||||
 | 
					      von <strong>{{ site.author.name }}</strong> |
 | 
				
			||||||
 | 
					      <a class="text-secondary" href="/datenschutz">Datenschutz</a> |
 | 
				
			||||||
 | 
					      <a class="text-secondary" href="/impressum">Impressum</a>
 | 
				
			||||||
 | 
					    </small>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    {% include social.html %}
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					    {%- assign theme_name = "CC-BY-SA 4.0" -%}
 | 
				
			||||||
 | 
					    {%- assign theme_repo = "https://creativecommons.org/licenses/by-sa/4.0/deed.de" -%}
 | 
				
			||||||
 | 
					    <small id="attribution">
 | 
				
			||||||
 | 
					      Lizenz: <a href="{{ theme_repo }}" target="_blank">{{ theme_name }}</a>
 | 
				
			||||||
 | 
					    </small>
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					  </footer>
 | 
				
			||||||
		Loading…
	
		Reference in New Issue