Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Oct 23, 2023
1 parent ac0212c commit acdbcae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
882d0eee
c5341153
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ <h1 class="title">Template Revealjs Quarto site</h1>
<h2>Scan This!</h2>
<div id="qrcode" class="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode("qrcode", {"colorLight":"#ffffff","width":"400","height":"400","colorDark":"#000000","text":"https://ns-rse.github.io/quarto-revealjs-template"});
var qrcode = new QRCode("qrcode", {"text":"https://ns-rse.github.io/quarto-revealjs-template","colorDark":"#000000","height":"400","width":"400","colorLight":"#ffffff"});
</script>

<p><a href="https://ns-rse.github.io/quarto-revealjs-template">ns-rse.github.io/quarto-revealjs-template</a></p>
Expand Down Expand Up @@ -807,7 +807,7 @@ <h2>Extensions</h2>
</div><div class="column" style="width:50%;">
<div id="qrcode" class="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode("qrcode", {"colorLight":"#ffffff","width":128,"height":128,"colorDark":"#000000","text":"https://ns-rse.github.io/quarto-revealjs-template"});
var qrcode = new QRCode("qrcode", {"text":"https://ns-rse.github.io/quarto-revealjs-template","colorDark":"#000000","height":128,"width":128,"colorLight":"#ffffff"});
</script>

</div>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://<YOUR_GITHUB_USERNAME>.github.io/<NAME_OF_REPOSITORY/index.html</loc>
<lastmod>2023-10-22T19:50:05.998Z</lastmod>
<lastmod>2023-10-23T11:34:01.427Z</lastmod>
</url>
</urlset>

0 comments on commit acdbcae

Please sign in to comment.