+ ‘themes/yoshi/README.md’ + ‘themes/yoshi/screenshot.png’ + ‘themes/yoshi/static/css/main.css’ + ‘themes/yoshi/static/css/pygment.css’ + ‘themes/yoshi/static/css/tachyons.min.css’ + ‘themes/yoshi/static/js/jquery-3.5.0.min.js’ + ‘themes/yoshi/templates/analytics.html’ + ‘themes/yoshi/templates/archives.html’ + ‘themes/yoshi/templates/article.html’ + ‘themes/yoshi/templates/author.html’ + ‘themes/yoshi/templates/authors.html’ + ‘themes/yoshi/templates/base.html’ + ‘themes/yoshi/templates/categories.html’ + ‘themes/yoshi/templates/category.html’ + ‘themes/yoshi/templates/comments.html’ + ‘themes/yoshi/templates/disqus_script.html’ + ‘themes/yoshi/templates/github.html’ + ‘themes/yoshi/templates/index.html’ + ‘themes/yoshi/templates/page.html’ + ‘themes/yoshi/templates/pagination.html’ + ‘themes/yoshi/templates/piwik.html’ + ‘themes/yoshi/templates/tag.html’ + ‘themes/yoshi/templates/taglist.html’ + ‘themes/yoshi/templates/tags.html’ + ‘themes/yoshi/templates/translations.html’ + ‘themes/yoshi/templates/twitter.html’
10 lines
447 B
HTML
10 lines
447 B
HTML
{% if GITHUB_URL %}
|
|
<a href="{{ GITHUB_URL }}">
|
|
{% if GITHUB_POSITION != "left" %}
|
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
|
{% else %}
|
|
<img style="position: absolute; top: 0; left: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub" />
|
|
{% endif %}
|
|
</a>
|
|
{% endif %}
|