/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_includes/footer.html
19 строк
835 B
Ashwin Maroli
Improve rendering of site footer
02 янв 2025, 19:58
02 янв 2025, 19:58
dfa5f03
Код
Авторство
О чём код?
<footer> <div class="grid"> <div class="unit two-thirds center-on-mobiles"> <p>Jekyll is lovingly maintained by the <a href="{{ '/team/' | relative_url }}">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 one-third align-right center-on-mobiles"> <p> Proudly hosted by <a href="https://github.com"> <img src="{{ 'img/footer-logo.png' | relative_url }}" width="100" height="30" alt="GitHub • Social coding"> </a> </p> <p> Jekyll is funded thanks to its <a href="https://github.com/jekyll/jekyll#sponsors">sponsors!</a> </p> </div> </div> </footer>