13 lines
		
	
	
	
		
			444 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			444 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {# footer.html #}
 | |
| <footer class="t-foot">
 | |
|     {% trans path=pathto('copyright'), copyright=copyright|e %}
 | |
|     <a href="https://creativecommons.org/publicdomain/mark/1.0/">
 | |
|       <span class="cc0">©</span>
 | |
|     </a>
 | |
|     <a href="{{ path }}">{{ copyright }}</a> .
 | |
|     {% endtrans %}
 | |
|     <br>
 | |
|     A customized
 | |
|     <a href="https://typlog.com/">typlog</a>
 | |
|     <a href="https://github.com/typlog/sphinx-typlog-theme">sphinx theme</a>.
 | |
| </footer>
 |