Skip to content

Commit

Permalink
Merge pull request 'fix index, add bullet' (#57) from layoutfixf into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
vicariousdrama committed Feb 24, 2023
2 parents ac1fcd3 + 54a62a0 commit 69de25f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
19 changes: 19 additions & 0 deletions _install_steps/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Install Steps
layout: default
---

# {{ page.name }}

<ol>
{% for item in site.install_steps %}
{% unless page.name == item.name %}
<li class="tag-h1"><a href="{{ item.url }}"{{ item.name }}</a></li>
{% endunless %}
{% endfor %}
</ol>

---

[Home](../) | [Continue to Raspberry Pi Node]({% link _install_steps/install-1-raspberrypinode.md %})

18 changes: 0 additions & 18 deletions _install_steps/index.md.xxx

This file was deleted.

2 changes: 1 addition & 1 deletion _sass/jekyll-theme-nodeyez.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ a small {
}

ul{
list-style-image:url('../images/bullet.png');
list-style-image:url('../images/2-yellow-small-t.gif');
}

strong {
Expand Down
Binary file added assets/images/2-yellow-small-t.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 69de25f

Please sign in to comment.