Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 5630927

Browse files
committed
style: format with Prettier
1 parent 9a66990 commit 5630927

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

overrides/partials/source.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
{% import "partials/language.html" as lang with context %}
2-
3-
{% if config.theme.icon.cta %}
1+
{% import "partials/language.html" as lang with context %} {% if
2+
config.theme.icon.cta %}
43
<!-- CTA button -->
54
<a
65
href="{{ config.extra.cta_url }}"
76
title="{{ lang.t('source.link.title') }}"
87
class="md-source"
98
>
109
<div class="md-source__icon md-icon">
11-
{% set icon = config.theme.icon.cta %} {%
12-
include ".icons/" ~ icon ~ ".svg" %}
10+
{% set icon = config.theme.icon.cta %} {% include ".icons/" ~ icon ~ ".svg"
11+
%}
1312
</div>
1413
<div class="md-source__repository">{{ config.extra.cta_text }}</div>
1514
</a>

0 commit comments

Comments
 (0)