Skip to content

Commit 8291656

Browse files
author
Sangeeth Sudheer
committed
fix: workaround for vuejs/vuepress#2831
1 parent 19cee62 commit 8291656

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

β€Ž.vuepress/components/EventPage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<main class="agenda">
2626
<EventGallery :photos="$page.frontmatter.photos" />
2727
<div
28-
v-if="$page.frontmatter.description"
29-
v-html="$page.frontmatter.description"
28+
v-if="$page.frontmatter.event_description"
29+
v-html="$page.frontmatter.event_description"
3030
></div>
3131
<h2>Agenda</h2>
3232
<template

β€Ž26/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: 26
33
title: Vue.js Global (vue-global)
4-
description: |
4+
event_description: |
55
<p>Come to the first ever Vue Global Meetup event!</p>
66
<p>We want to bring all Vue communities together and create a place where we can all share resources and knowledge. Every location can provide a speaker as we broadcast around the world bringing new and seasoned speakers to everyone!</p>
77
<p>The first event will include collaboration between the following communities:</p>

β€Ž27/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: 27
33
title: 'VueBLR Online #27'
4-
description: |
4+
event_description: |
55
<p>We're getting ready for a new online meetup experience for the VueBLR community. Join us and the many Vue enthusiasts on Saturday, the 23rd of May for some great sessions and discussions.</p>
66
<p>πŸ“ Agenda:</p>
77
<p>2:00 - 2:15 PM: Get to know each other</p>

β€Ž28/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: 28
33
title: 'VueBLR Online #28'
4-
description: |
4+
event_description: |
55
<p>We're keeping the ball rollin' and having our second remote meetup this month. We'll have our usual lineup of great speakers and great talksβ€”all experienced at the comfort of your homes.</p>
66
<p>πŸ“ Schedule:</p>
77
<p>2:00 - 2:05 PM: Get to know each other</p>

β€Ž29/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: 29
33
title: 'VueBLR Online #29'
4-
description: |
4+
event_description: |
55
<p>Hi y'all! It's <a href="https://youtu.be/Gs069dndIYk">September</a> and we have another fantastic online meetup in the works. Check out the schedule for all the details.</p>
66
<p>πŸ“ Schedule:</p>
77
<p>2:00 - 2:05 PM: Get to know each other</p>

β€Ž30/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: 30
33
title: "VueBLR Online #30"
4-
description: |
4+
event_description: |
55
<p>Hello friends! πŸ‘‹ It's been a while, but we're back and there's A LOT to talk about. We're kicking off our first meetup for the year, this March so get excited!</p>
66
<p>πŸ“ Schedule:</p>
77
<p>2:30 - 2:45 PM: Intro</p>

β€Ž31/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: 31
33
title: "VueBLR Online #31"
4-
description: |
4+
event_description: |
55
<p>We're gearing up for the April meetup. Want to be in the spotlight? <a href="https://bit.ly/vueblrcfp">Submit your talk here.</a></p>
66
<p>πŸ“ Schedule:</p>
77
<p>2:30 - 2:45 PM: Intro</p>

0 commit comments

Comments
Β (0)