|
49 | 49 |
|
50 | 50 | {# Resources menu for secondary information and pages for search ranking #}
|
51 | 51 | {% 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> |
74 | 52 |
|
75 | 53 | <div class="header">Updates</div>
|
76 |
| - <a class="item" href="{{ SITEURL }}/blog/" target="_blank"> |
| 54 | + <a class="item" href="{{ SITEURL }}/blog/"> |
77 | 55 | <i class="fad fa-newspaper fa-swap-opacity primary icon"></i>
|
78 | 56 | Blog
|
79 |
| - <span class="description"> |
80 |
| - <i class="fad fa-external-link icon"></i> |
81 |
| - </span> |
82 | 57 | </a>
|
83 | 58 | <a class="item" href="http://status.readthedocs.com" target="_blank">
|
84 | 59 | {% block menu_help_status %}
|
|
98 | 73 | {% endif %}
|
99 | 74 | {% endblock menu_help_status %}
|
100 | 75 | </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 | + |
101 | 100 | {% endmacro %}
|
102 | 101 |
|
103 | 102 | {# Application links to log in #}
|
|
0 commit comments