29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
<footer>
 | 
						|
  <div class="grid">
 | 
						|
    <div class="unit one-third center-on-mobiles">
 | 
						|
      <p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p>
 | 
						|
      <p>The contents of this website are <br />© {{ site.time | date: '%Y' }} under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT License</a>.</p>
 | 
						|
    </div>
 | 
						|
    <div class="unit two-thirds align-right center-on-mobiles">
 | 
						|
      <p>
 | 
						|
        Proudly hosted by
 | 
						|
        <a href="https://github.com">
 | 
						|
          <img src="/img/footer-logo.png" width="100" height="30" alt="GitHub • Social coding">
 | 
						|
        </a>
 | 
						|
      </p>
 | 
						|
    </div>
 | 
						|
    <div class="unit two-thirds align-right center-on-mobiles">
 | 
						|
      <p>
 | 
						|
        <a href="https://opencollective.com/jekyll/">
 | 
						|
          Sponsored by
 | 
						|
        </a>
 | 
						|
        {% for sponsor in site.data.sponsors %}
 | 
						|
          <a href="{{ sponsor.url }}" style="margin-left: 10px;">
 | 
						|
            <img src="{{ sponsor.image }}" height="{{ sponsor.height }}" width="{{ sponsor.width }}" alt="{{ sponsor.name }}" style="{{ sponsor.styles }}">
 | 
						|
          </a>
 | 
						|
        {% endfor %}
 | 
						|
      </p>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
</footer>
 |