We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb6cc6 commit 62ee67cCopy full SHA for 62ee67c
2 files changed
_includes/guide_ul.html
@@ -1,7 +1,7 @@
1
2
<section class="guide-topic">
3
<h4 class="guide-topic-title">
4
- {% 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 %}
5
{{ topic.title }}
6
{% if topic.anchor %}</a>{% endif %}
7
</h4>
css/main.scss
@@ -49,6 +49,13 @@ pre code {
49
padding: 1.5rem;
50
}
51
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
+
59
.card pre {
60
background: none;
61
0 commit comments