Skip to content

Commit fdfc304

Browse files
committed
Add YouTube link to June 2020 meetup
1 parent 1e4a4a6 commit fdfc304

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

docs/atom.xml

+1-1
Large diffs are not rendered by default.

docs/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<h2 class="mb-4 font-weight-bold">Building lightning fast search with Meilisearch</h2>
5555
<div class="d-flex mb-3">
5656
<time datetime="2020-06-11T19:00:00-04:00" class="mr-3 text-muted"><i class="fa fa-calendar-alt"></i> June 11th, 2020</time>
57+
<a href="https://www.youtube.com/watch?v=fOJVr4wFgOo" class="mr-3 text-muted"><i class="fab fa-youtube"></i> Watch on YouTube</a>
5758
</div>
5859

5960
<article>

docs/sitemap.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://www.mergephp.com/</loc>
5-
<lastmod>2024-02-10T03:47:40+00:00</lastmod>
5+
<lastmod>2024-02-20T22:41:25+00:00</lastmod>
66
<changefreq>daily</changefreq>
77
<priority>1</priority>
88
</url>
99
<url>
1010
<loc>https://www.mergephp.com/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html</loc>
11-
<lastmod>2024-02-10T03:40:26+00:00</lastmod>
11+
<lastmod>2024-02-20T22:40:58+00:00</lastmod>
1212
<changefreq>weekly</changefreq>
1313
<priority>0.5</priority>
1414
</url>
@@ -50,7 +50,7 @@
5050
</url>
5151
<url>
5252
<loc>https://www.mergephp.com/meetups/2020/index.html</loc>
53-
<lastmod>2024-02-10T03:40:26+00:00</lastmod>
53+
<lastmod>2024-02-20T22:40:58+00:00</lastmod>
5454
<changefreq>weekly</changefreq>
5555
<priority>0.5</priority>
5656
</url>
@@ -290,7 +290,7 @@
290290
</url>
291291
<url>
292292
<loc>https://www.mergephp.com/meetups/2024/03/14/debugging-unleashed-mastering-xrdebug-for-php-brilliance.html</loc>
293-
<lastmod>2024-02-10T03:45:47+00:00</lastmod>
293+
<lastmod>2024-02-10T04:06:42+00:00</lastmod>
294294
<changefreq>weekly</changefreq>
295295
<priority>0.5</priority>
296296
</url>

src/Meetup/Meetup20200611BuildingLightningFastSearchWithMeilisearch.php

+5
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ public function getSpeakerBio(): string
3737
{
3838
return '';
3939
}
40+
41+
public function getYouTuBeLink(): string
42+
{
43+
return 'https://www.youtube.com/watch?v=fOJVr4wFgOo';
44+
}
4045
}

0 commit comments

Comments
 (0)