Skip to content

Commit

Permalink
fix up broken nav
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 20, 2023
1 parent 9eb6cc6 commit 62ee67c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/guide_ul.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<section class="guide-topic">
<h4 class="guide-topic-title">
{% if topic.anchor %}<a href="{{ topic.path | prepend:"/" | prepend: topic.path | prepend:"/guides/1" | append:"/" }}>{% endif %}
{% if topic.anchor %}<a href="{{ topic.path | prepend:"/guides/1" | append:"/" }}">{% endif %}
{{ topic.title }}
{% if topic.anchor %}</a>{% endif %}
</h4>
Expand Down
7 changes: 7 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ pre code {
padding: 1.5rem;
}

blockquote {
border-left: 3px solid $grey-color-light;
color: $grey-color-dark;
margin-left: 1em;
padding: 0 1em;
}

.card pre {
background: none;
}
Expand Down

0 comments on commit 62ee67c

Please sign in to comment.