Skip to content

Commit 62ee67c

Browse files
committed
fix up broken nav
1 parent 9eb6cc6 commit 62ee67c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

_includes/guide_ul.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<section class="guide-topic">
33
<h4 class="guide-topic-title">
4-
{% if topic.anchor %}<a href="{{ topic.path | prepend:"/" | prepend: topic.path | prepend:"/guides/1" | append:"/" }}>{% endif %}
4+
{% if topic.anchor %}<a href="{{ topic.path | prepend:"/guides/1" | append:"/" }}">{% endif %}
55
{{ topic.title }}
66
{% if topic.anchor %}</a>{% endif %}
77
</h4>

css/main.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ pre code {
4949
padding: 1.5rem;
5050
}
5151

52+
blockquote {
53+
border-left: 3px solid $grey-color-light;
54+
color: $grey-color-dark;
55+
margin-left: 1em;
56+
padding: 0 1em;
57+
}
58+
5259
.card pre {
5360
background: none;
5461
}

0 commit comments

Comments
 (0)