+ ‘themes/moe-dark/README.md’ + ‘themes/moe-dark/screenshot.png’ + ‘themes/moe-dark/static/css/main.css’ + ‘themes/moe-dark/static/css/pygment.css’ + ‘themes/moe-dark/static/css/tachyons.min.css’ + ‘themes/moe-dark/static/js/jquery-3.5.0.min.js’ + ‘themes/moe-dark/templates/analytics.html’ + ‘themes/moe-dark/templates/archives.html’ + ‘themes/moe-dark/templates/article.html’ + ‘themes/moe-dark/templates/author.html’ + ‘themes/moe-dark/templates/authors.html’ + ‘themes/moe-dark/templates/base.html’ + ‘themes/moe-dark/templates/categories.html’ + ‘themes/moe-dark/templates/category.html’ + ‘themes/moe-dark/templates/comments.html’ + ‘themes/moe-dark/templates/disqus_script.html’ + ‘themes/moe-dark/templates/github.html’ + ‘themes/moe-dark/templates/index.html’ + ‘themes/moe-dark/templates/page.html’ + ‘themes/moe-dark/templates/pagination.html’ + ‘themes/moe-dark/templates/piwik.html’ + ‘themes/moe-dark/templates/tag.html’ + ‘themes/moe-dark/templates/taglist.html’ + ‘themes/moe-dark/templates/tags.html’ + ‘themes/moe-dark/templates/translations.html’ + ‘themes/moe-dark/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 %}
|