Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="{% if description%}{{ description | escape }}{% else %}{{ site.description }}{% endif %}" />
<title>{% if title %}{{ site.title }} | {{ title }}{% else %}{{ site.title }}{% endif %}</title>
<link rel="stylesheet" href="{{ '/assets/css/style.css' }}" />
<link rel="stylesheet" href="{{ '/assets/css/bpd.css' }}" />
<link rel="stylesheet" href="{{ '/assets/css/pico.min.css' }}" />
{% set lang_slash = lang %}
{% set default_url = url%}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" />
<title>{% if page.title %}{{ site.title }} | {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/assets/css/bpd.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/assets/css/pico.min.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/assets/css/pico.colors.min.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/assets/css/bpd.css' | relative_url }}" />
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ <h3 class="pico-color-pumpkin-50">Extend their reach</h3>
<p class="pico-color-pumpkin-50">Great programs exist. Our goal is to help those programs make it our local communities.</p>
<p><a class="contrast" href="/about">Learn More</a></p>
</article>
<article class="pico-background-zinc-800"
">
<article class="pico-background-zinc-800">
<h3 class="pico-color-pumpkin-50">Say it loud!</h3>
<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>
<p><a class="contrast" href="/about">Learn More</a></p>
Expand Down
5 changes: 2 additions & 3 deletions output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<title> | Index</title>
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/bpd.css" />
<link rel="stylesheet" href="/assets/css/pico.min.css" />
<link rel="alternate" hreflang="en" href="/index.html" />
<link rel="alternate" hreflang="x-default" href="/index.html" />
Expand Down Expand Up @@ -48,8 +48,7 @@ <h3 class="pico-color-pumpkin-50">Extend their reach</h3>
<p class="pico-color-pumpkin-50">Great programs exist. Our goal is to help those programs make it our local communities.</p>
<p><a class="contrast" href="/about">Learn More</a></p>
</article>
<article class="pico-background-zinc-800"
">
<article class="pico-background-zinc-800">
<h3 class="pico-color-pumpkin-50">Say it loud!</h3>
<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>
<p><a class="contrast" href="/about">Learn More</a></p>
Expand Down