You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			593 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			593 B
		
	
	
	
		
			HTML
		
	
| <footer>
 | |
|     <div style="display:flex">
 | |
|       {% for social in config.extra.social %}
 | |
|           <a class="soc" href={{ social.url }} title={{ social.name }}>
 | |
|               <i data-feather={{ social.icon }}></i>
 | |
|           </a>
 | |
|       {% endfor %}
 | |
|     </div>
 | |
|     <div class="footer-info">
 | |
|       {{ now() | date(format="%Y") }} © {{ config.extra.copyright }} | <a
 | |
|       href="https://beian.miit.gov.cn/" target="_blank">{{ config.extra.icp  | default(value="icpcode") }}</a>
 | |
|     </div>
 | |
|   </footer>
 | |
|   
 | |
|   {% if config.extra.social %}
 | |
|   <script>
 | |
|       feather.replace();
 | |
|   </script>
 | |
|   {% endif %}
 | |
|    |