We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f995f commit 189d173Copy full SHA for 189d173
alabaster/about.html
@@ -15,12 +15,14 @@ <h1 class="logo"><a href="{{ pathto(master_doc) }}">{{ project }}</a></h1>
15
<p class="blurb">{{ theme_description }}</p>
16
{% endif %}
17
18
+{% if theme_github_user and theme_github_repo %}
19
{% if theme_github_button|lower == 'true' %}
20
<p>
21
<iframe src="https://ghbtns.com/github-btn.html?user={{ theme_github_user }}&repo={{ theme_github_repo }}&type={{ theme_github_type }}&count={{ theme_github_count }}&size=large"
22
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
23
</p>
24
25
+{% endif %}
26
27
{% if theme_travis_button|lower != 'false' %}
28
{% if theme_travis_button|lower == 'true' %}
0 commit comments