We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffaa54d + 115f77c commit 4455a75Copy full SHA for 4455a75
2 files changed
_includes/rest/defaults.liquid
@@ -1,2 +1,2 @@
1
-{%- assign theme_alias = "rundocs/jekyll-rtd-theme@2.0.10" -%}
+{%- assign theme_alias = "clearpathrobotics/jekyll-rtd-theme@main" -%}
2
{%- assign theme_color = "#2980b9" -%}
_includes/templates/footer.liquid
@@ -35,10 +35,7 @@
35
<div class="generator">
36
Built with
37
<a href="https://pages.github.com" rel="noreferrer" target="_blank" title="github-pages v{{ docs.versions.github-pages }}">GitHub Pages</a>
38
- using a
39
- <a href="https://github.com/{{ theme_alias | split: '@' | first }}" rel="noreferrer" target="_blank" title="{{ generator }} v{{ version }}">theme</a>
40
- provided by
41
- <a href="https://rundocs.io" rel="noreferrer" target="_blank">RunDocs</a>.
+ using a theme provided by RunDocs.
42
</div>
43
{% endunless %}
44
0 commit comments