Skip to content

Commit

Permalink
Add YouTube link to June 2020 meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieguru committed Feb 20, 2024
1 parent ece7df2 commit d1abd59
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/atom.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<h2 class="mb-4 font-weight-bold">Building lightning fast search with Meilisearch</h2>
<div class="d-flex mb-3">
<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>
<a href="https://www.youtube.com/watch?v=fOJVr4wFgOo" class="mr-3 text-muted"><i class="fab fa-youtube"></i> Watch on YouTube</a>
</div>

<article>
Expand Down
8 changes: 4 additions & 4 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.mergephp.com/</loc>
<lastmod>2024-02-10T03:47:40+00:00</lastmod>
<lastmod>2024-02-20T22:41:25+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1</priority>
</url>
<url>
<loc>https://www.mergephp.com/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html</loc>
<lastmod>2024-02-10T03:40:26+00:00</lastmod>
<lastmod>2024-02-20T22:40:58+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
Expand Down Expand Up @@ -50,7 +50,7 @@
</url>
<url>
<loc>https://www.mergephp.com/meetups/2020/index.html</loc>
<lastmod>2024-02-10T03:40:26+00:00</lastmod>
<lastmod>2024-02-20T22:40:58+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
Expand Down Expand Up @@ -290,7 +290,7 @@
</url>
<url>
<loc>https://www.mergephp.com/meetups/2024/03/14/debugging-unleashed-mastering-xrdebug-for-php-brilliance.html</loc>
<lastmod>2024-02-10T03:45:47+00:00</lastmod>
<lastmod>2024-02-10T04:06:42+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ public function getSpeakerBio(): string
{
return '';
}

public function getYouTuBeLink(): string
{
return 'https://www.youtube.com/watch?v=fOJVr4wFgOo';
}
}

0 comments on commit d1abd59

Please sign in to comment.