Skip to content

Commit 53a07ff

Browse files
redfrobrongodfrey
andauthored
fixed css link (#696)
Co-authored-by: ngodfrey <[email protected]>
1 parent d2c7339 commit 53a07ff

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="description" content="{% if description%}{{ description | escape }}{% else %}{{ site.description }}{% endif %}" />
77
<title>{% if title %}{{ site.title }} | {{ title }}{% else %}{{ site.title }}{% endif %}</title>
8-
<link rel="stylesheet" href="{{ '/assets/css/style.css' }}" />
8+
<link rel="stylesheet" href="{{ '/assets/css/bpd.css' }}" />
99
<link rel="stylesheet" href="{{ '/assets/css/pico.min.css' }}" />
1010
{% set lang_slash = lang %}
1111
{% set default_url = url%}

_layouts/event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" />
77
<title>{% if page.title %}{{ site.title }} | {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
8-
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}" />
8+
<link rel="stylesheet" href="{{ '/assets/css/bpd.css' | relative_url }}" />
99
<link rel="stylesheet" href="{{ '/assets/css/pico.min.css' | relative_url }}" />
1010
<link rel="stylesheet" href="{{ '/assets/css/pico.colors.min.css' | relative_url }}" />
1111
<link rel="stylesheet" href="{{ '/assets/css/bpd.css' | relative_url }}" />

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ <h3 class="pico-color-pumpkin-50">Extend their reach</h3>
2121
<p class="pico-color-pumpkin-50">Great programs exist. Our goal is to help those programs make it our local communities.</p>
2222
<p><a class="contrast" href="/about">Learn More</a></p>
2323
</article>
24-
<article class="pico-background-zinc-800"
25-
">
24+
<article class="pico-background-zinc-800">
2625
<h3 class="pico-color-pumpkin-50">Say it loud!</h3>
2726
<p class="pico-color-pumpkin-50">Our stack and our decisions are open source by default and we share what we're doing as loudly and often as possible.</p>
2827
<p><a class="contrast" href="/about">Learn More</a></p>

output/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="description" content="" />
77
<title> | Index</title>
8-
<link rel="stylesheet" href="/assets/css/style.css" />
8+
<link rel="stylesheet" href="/assets/css/bpd.css" />
99
<link rel="stylesheet" href="/assets/css/pico.min.css" />
1010
<link rel="alternate" hreflang="en" href="/index.html" />
1111
<link rel="alternate" hreflang="x-default" href="/index.html" />
@@ -48,8 +48,7 @@ <h3 class="pico-color-pumpkin-50">Extend their reach</h3>
4848
<p class="pico-color-pumpkin-50">Great programs exist. Our goal is to help those programs make it our local communities.</p>
4949
<p><a class="contrast" href="/about">Learn More</a></p>
5050
</article>
51-
<article class="pico-background-zinc-800"
52-
">
51+
<article class="pico-background-zinc-800">
5352
<h3 class="pico-color-pumpkin-50">Say it loud!</h3>
5453
<p class="pico-color-pumpkin-50">Our stack and our decisions are open source by default and we share what we're doing as loudly and often as possible.</p>
5554
<p><a class="contrast" href="/about">Learn More</a></p>

0 commit comments

Comments
 (0)