diff --git a/coop-hugo/content/events.md b/coop-hugo/content/events.md
index f67c80a..4cb80f3 100644
--- a/coop-hugo/content/events.md
+++ b/coop-hugo/content/events.md
@@ -13,7 +13,8 @@ Right here is where we will be posting past and current events we attend/organiz
This includes:
* Privacy workshops
-* Townhall meetings :: local meeting & greets
+* Townhall meetings
+* local meet & greets
* Pop-up farmers markets & festivals
More will be added to the list as we branch out, so we hope we’ll see you there!
diff --git a/coop-hugo/public/events/index.html b/coop-hugo/public/events/index.html
index 5baf02a..70a7546 100644
--- a/coop-hugo/public/events/index.html
+++ b/coop-hugo/public/events/index.html
@@ -8,7 +8,7 @@
+Privacy workshops Townhall meetings local meet & greets Pop-up farmers markets & festivals More will be added to the list as we branch out, so we hope we’ll see you there!" />
@@ -46,7 +46,7 @@ Privacy workshops Townhall meetings :: local meeting & greets Pop-up far
+Privacy workshops Townhall meetings local meet & greets Pop-up farmers markets & festivals More will be added to the list as we branch out, so we hope we’ll see you there!" />
@@ -156,7 +156,7 @@ Privacy workshops Townhall meetings :: local meeting & greets Pop-up far
Brooke
- :: 1 min read (52 words)
+ :: 1 min read (51 words)
@@ -172,7 +172,8 @@ Privacy workshops Townhall meetings :: local meeting & greets Pop-up far
This includes:
- Privacy workshops
-- Townhall meetings :: local meeting & greets
+- Townhall meetings
+- local meet & greets
- Pop-up farmers markets & festivals
More will be added to the list as we branch out, so we hope we’ll see you there!
diff --git a/coop-hugo/public/index.xml b/coop-hugo/public/index.xml
index 8df04de..5ce3253 100755
--- a/coop-hugo/public/index.xml
+++ b/coop-hugo/public/index.xml
@@ -47,13 +47,14 @@ We believe that functional, feature-rich, and collaborative internet application
/events/
Hey, we do events! Right here is where we will be posting past and current events we attend/organize.
This includes:
-Privacy workshops Townhall meetings :: local meeting & greets Pop-up farmers markets & festivals More will be added to the list as we branch out, so we hope we’ll see you there!
+Privacy workshops Townhall meetings local meet & greets Pop-up farmers markets & festivals More will be added to the list as we branch out, so we hope we’ll see you there!
<h2 id="hey-we-do-events">Hey, we do events!</h2>
<p>Right here is where we will be posting past and current events we attend/organize.</p>
<p>This includes:</p>
<ul>
<li>Privacy workshops</li>
-<li>Townhall meetings :: local meeting & greets</li>
+<li>Townhall meetings</li>
+<li>local meet & greets</li>
<li>Pop-up farmers markets & festivals</li>
</ul>
<p>More will be added to the list as we branch out, so we hope we’ll see you there!</p>
diff --git a/coop-hugo/public/styles.css.map b/coop-hugo/public/styles.css.map
index e1feb37..794e8f2 100755
--- a/coop-hugo/public/styles.css.map
+++ b/coop-hugo/public/styles.css.map
@@ -1,25 +1,25 @@
{
"version": 3,
"file": "styles.css",
- "sourceRoot": "/home/debian/coop.myco.systems",
+ "sourceRoot": "/home/debian/coop.myco.systems/coop-hugo",
"sources": [
"css/base.scss",
- "coop.myco.systems/themes/terminal/assets/css/variables.scss",
- "coop.myco.systems/themes/terminal/assets/css/font.scss",
- "coop.myco.systems/themes/terminal/assets/css/buttons.scss",
- "coop.myco.systems/themes/terminal/assets/css/form.scss",
- "coop.myco.systems/themes/terminal/assets/css/header.scss",
- "coop.myco.systems/themes/terminal/assets/css/menu.scss",
- "coop.myco.systems/themes/terminal/assets/css/logo.scss",
- "coop.myco.systems/themes/terminal/assets/css/main.scss",
- "coop.myco.systems/themes/terminal/assets/css/post.scss",
- "coop.myco.systems/themes/terminal/assets/css/pagination.scss",
- "coop.myco.systems/themes/terminal/assets/css/footer.scss",
- "coop.myco.systems/themes/terminal/assets/css/prism.scss",
- "coop.myco.systems/themes/terminal/assets/css/syntax.scss",
- "coop.myco.systems/themes/terminal/assets/css/code.scss",
- "coop.myco.systems/themes/terminal/assets/css/terms.scss",
- "coop.myco.systems/themes/terminal/assets/css/gist.scss"
+ "themes/terminal/assets/css/variables.scss",
+ "themes/terminal/assets/css/font.scss",
+ "themes/terminal/assets/css/buttons.scss",
+ "themes/terminal/assets/css/form.scss",
+ "themes/terminal/assets/css/header.scss",
+ "themes/terminal/assets/css/menu.scss",
+ "themes/terminal/assets/css/logo.scss",
+ "themes/terminal/assets/css/main.scss",
+ "themes/terminal/assets/css/post.scss",
+ "themes/terminal/assets/css/pagination.scss",
+ "themes/terminal/assets/css/footer.scss",
+ "themes/terminal/assets/css/prism.scss",
+ "themes/terminal/assets/css/syntax.scss",
+ "themes/terminal/assets/css/code.scss",
+ "themes/terminal/assets/css/terms.scss",
+ "themes/terminal/assets/css/gist.scss"
],
"sourcesContent": [
"$accent: #EE72F1;\n@import \"variables\";\n\n@import \"font\";\n@import \"buttons\";\n@import \"form\";\n\n@import \"header\";\n@import \"menu\";\n@import \"logo\";\n@import \"main\";\n@import \"post\";\n@import \"pagination\";\n@import \"footer\";\n\n@import \"prism\";\n@import \"syntax\";\n@import \"code\";\n@import \"terms\";\n@import \"gist\";\n",