Skip to content

Commit

Permalink
Deploying to gh-pages from @ 379f7da 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rschiang committed May 8, 2024
1 parent adb1169 commit 1e37afe
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion agenda/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/agenda.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $('.agenda-session[data-id]').on('click', function (e) {
`)
})
$('.agenda-speaker', bodyTmplDom).append('<hr>')
$('.agenda-description', bodyTmplDom).html(marked.parse(session[currentLang]['description']))
$('.agenda-description', bodyTmplDom).html(marked.parse(session[currentLang]['description'], { breaks: true }))
$('#modal .head-group h4').text(session[currentLang]['title'])
let tagGroup = $('.tag-group', this)
$('#modal .tag-group').html(tagGroup.clone().removeClass('hidden'))
Expand Down
2 changes: 1 addition & 1 deletion coc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion guide/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion partners/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion safety/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,79 +5,79 @@
<loc>https://summit.g0v.tw/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/agenda/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.275Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/coc/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/guide/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/partners/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/safety/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/souvenir/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/speakers/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/staff/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
<url>

<loc>https://summit.g0v.tw/visit/</loc>


<lastmod>2024-05-08T05:13:42.813Z</lastmod>
<lastmod>2024-05-08T05:19:49.279Z</lastmod>

</url>
</urlset>
2 changes: 1 addition & 1 deletion souvenir/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion speakers/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion staff/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion visit/index.html

Large diffs are not rendered by default.

0 comments on commit 1e37afe

Please sign in to comment.