25 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<p>
 | 
						|
  © {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }} - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/">{{ CC_LICENSE['name'] }} {{ CC_LICENSE['version'] }} International License</a>
 | 
						|
</p>
 | 
						|
{% include "partial/flex.html" %}
 | 
						|
<p>
 | 
						|
  {% if CC_LICENSE['icon'] != False %}
 | 
						|
  <a rel="license"
 | 
						|
     href="http://creativecommons.org/licenses/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/"
 | 
						|
     target="_blank">
 | 
						|
    <img alt="Creative Commons License"
 | 
						|
         title="Creative Commons License"
 | 
						|
         style="border-width:0"
 | 
						|
         {% if CC_LICENSE['local_icons'] %}
 | 
						|
           src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/cc/{{ CC_LICENSE['slug'] }}.png"
 | 
						|
         {% else %}
 | 
						|
           src="https://i.creativecommons.org/l/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/80x15.png"
 | 
						|
         {% endif %}
 | 
						|
         width="80"
 | 
						|
         height="15"/>
 | 
						|
  </a>
 | 
						|
  {% endif %}
 | 
						|
  {% if STATUSCAKE %}
 | 
						|
    {% include "partial/statuscake.html" %}
 | 
						|
  {% endif %}
 | 
						|
</p>
 |