Skip to content

Commit

Permalink
Fix sidebar image and warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 16, 2023
1 parent f352fe2 commit 12192bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/_themes/oxide/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{%- if pageurl %}
<link rel="canonical" href="{{ pageurl|e }}" />
{%- endif %}
<link rel="icon" href="/_static/images/favicon.png" type="image/png">
<link rel="icon" href="/_images/favicon.png" type="image/png">
<link rel="icon" href="/_images/favicon.svg" sizes="any" type="image/svg+xml">
{%- block css %}
{%- for css in css_files %}
Expand Down Expand Up @@ -63,7 +63,7 @@
<aside class="sidebar">
<header class="sidebar-header">
<a href="/">
<img alt="" src="/_static/images/favicon.svg" class="sidebar-logo">
<img alt="" src="/_images/favicon.svg" class="sidebar-logo">
<span class="sidebar-sitename">{{ project }}</span>
</a>
</header>
Expand Down
4 changes: 2 additions & 2 deletions src/guide/access/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Finding Your Device Password and IP Addresses
=============================================

If your device version is 3.8 or lower
--------------------
--------------------------------------
1. Connect your device to Wifi, or with a USB cable to your computer.
2. On your device, open the Menu from the main page.
3. Select "Settings".
Expand All @@ -25,7 +25,7 @@ If your device version is 3.8 or lower
6. You will find your password and the IP addresses you can use to access your device underneath the "GPLv3 Compliance" header.

If your device version is 3.9 or higher
--------------------
---------------------------------------
1. Connect your device to Wifi, or with a USB cable to your computer.
2. On your device, open the Menu from the main page.
3. Select "Settings".
Expand Down

0 comments on commit 12192bb

Please sign in to comment.