2023-10-13

master
Charles Iliya Krempeaux 2023-10-12 22:28:50 -07:00
parent 0679a62ee6
commit c9c4aa9878
11 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<style>
@font-face {
font-family: 'Paytone One';
src: url('../../../common/font/paytone-one-regular.ttf');
src: url('../../../../common/font/paytone-one-regular.ttf');
}
</style>
<style>
@ -48,7 +48,7 @@
</head>
<body>
<div class="heading"><a href="a-winner-is-you.html">A Winner Is You</a></div>
<div class="heading"><a href="show/index.html">A Winner Is You</a></div>
<div class="subheading">#AllYourBases</div>

View File

@ -61,4 +61,4 @@
---
[Loading](to-be-continued.html)
[Loading](../../to-be-continued.html)

View File

@ -48,4 +48,4 @@
---
[Loading](../../a-winner-is-you_splash.html)
[Loading](../../a-winner-is-you/index.html)

View File

@ -24,4 +24,6 @@ npx @marp-team/marp-cli@latest index.md
popd
echo '========================='
npx @marp-team/marp-cli@latest a-winner-is-you.md
pushd a-winner-is-you/show/
npx @marp-team/marp-cli@latest index.md
popd