Skip to content

Commit e32c94f

Browse files
Remove "external link" icon on blog, and put it at top of resources (#283)
* Remove "external link" icon on blog, and put it at top of resources * Update readthedocs_theme/templates/includes/topnav.html Co-authored-by: Manuel Kaufmann <[email protected]> --------- Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent f3397d5 commit e32c94f

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

readthedocs_theme/templates/includes/topnav.html

+25-26
Original file line numberDiff line numberDiff line change
@@ -49,36 +49,11 @@
4949

5050
{# Resources menu for secondary information and pages for search ranking #}
5151
{% macro menu_resources() %}
52-
<div class="header">Help</div>
53-
<a class="item" href="https://docs.readthedocs.io/page/support.html" target="_blank">
54-
<i class="fad fa-envelope primary icon"></i>
55-
Support
56-
<span class="description">
57-
<i class="fad fa-external-link icon"></i>
58-
</span>
59-
</a>
60-
<a class="item" href="https://docs.readthedocs.io" target="_blank">
61-
<i class="fad fa-book primary icon"></i>
62-
Documentation
63-
<span class="description">
64-
<i class="fad fa-external-link icon"></i>
65-
</span>
66-
</a>
67-
<a class="item" href="https://docs.readthedocs.io/en/stable/tutorial/index.html#getting-started" target="_blank">
68-
<i class="fad fa-rocket primary icon"></i>
69-
Tutorial
70-
<span class="description">
71-
<i class="fad fa-external-link icon"></i>
72-
</span>
73-
</a>
7452

7553
<div class="header">Updates</div>
76-
<a class="item" href="{{ SITEURL }}/blog/" target="_blank">
54+
<a class="item" href="{{ SITEURL }}/blog/">
7755
<i class="fad fa-newspaper fa-swap-opacity primary icon"></i>
7856
Blog
79-
<span class="description">
80-
<i class="fad fa-external-link icon"></i>
81-
</span>
8257
</a>
8358
<a class="item" href="http://status.readthedocs.com" target="_blank">
8459
{% block menu_help_status %}
@@ -98,6 +73,30 @@
9873
{% endif %}
9974
{% endblock menu_help_status %}
10075
</a>
76+
77+
<div class="header">Help</div>
78+
<a class="item" href="https://docs.readthedocs.io/page/support.html" target="_blank">
79+
<i class="fad fa-envelope primary icon"></i>
80+
Support
81+
<span class="description">
82+
<i class="fad fa-external-link icon"></i>
83+
</span>
84+
</a>
85+
<a class="item" href="https://docs.readthedocs.io" target="_blank">
86+
<i class="fad fa-book primary icon"></i>
87+
Documentation
88+
<span class="description">
89+
<i class="fad fa-external-link icon"></i>
90+
</span>
91+
</a>
92+
<a class="item" href="https://docs.readthedocs.io/en/stable/tutorial/index.html#getting-started" target="_blank">
93+
<i class="fad fa-rocket primary icon"></i>
94+
Tutorial
95+
<span class="description">
96+
<i class="fad fa-external-link icon"></i>
97+
</span>
98+
</a>
99+
101100
{% endmacro %}
102101

103102
{# Application links to log in #}

0 commit comments

Comments
 (0)