Skip to content

Commit

Permalink
[docs] remainder of syntax highlighting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed May 13, 2020
1 parent 6ec1287 commit cf32a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions site/src/_includes/components/installation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
{% block section %}
{% sectionTitle "Installation" %}
{{ "For use with [node](https://nodejs.org) and [npm](https://npmjs.com):" | markdown | safe }}
{% markdownConvert %}
```sh
{% highlight "bash" %}
npm install --save quicklink
```
{% endmarkdownConvert %}
{% endhighlight %}
{{ "You can also grab `quicklink` from [unpkg.com/quicklink](https://unpkg.com/quicklink)." | markdown | safe }}
{% endblock %}
2 changes: 1 addition & 1 deletion site/src/_includes/components/why-prefetch.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{% sectionTitle "Why Quicklink\'s prefetch?" %}

<div class="center">
<img src="/assets/images/graphs/prefetch-improve-svgomg.svg" alt="Prefetch pages a user may need in the future to improve subsequent page loads"/>
<img loading="lazy" src="/assets/images/graphs/prefetch-improve-svgomg.svg" alt="Prefetch pages a user may need in the future to improve subsequent page loads"/>
</div>
{% endblock %}

0 comments on commit cf32a85

Please sign in to comment.