2023-10-13

master
Charles Iliya Krempeaux 2023-10-12 17:54:42 -07:00
parent c7a25a4924
commit 2575b29f27
4 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<style> <style>
@font-face { @font-face {
font-family: 'Paytone One'; font-family: 'Paytone One';
src: url('../../../common/font/paytone-one-regular.ttf'); src: url('../../../../common/font/paytone-one-regular.ttf');
} }
</style> </style>
<style> <style>
@ -51,7 +51,7 @@
</head> </head>
<body> <body>
<div class="heading"><a href="../it-came-from-the-fediverse.html">It Came From<br />The Fediverse</a></div> <div class="heading"><a href="show/index.html">It Came From<br />The Fediverse</a></div>
<div class="subheading">#AllYourBases</div> <div class="subheading">#AllYourBases</div>

View File

@ -14,4 +14,4 @@
--- ---
[Loading](sysop-wants-to-chat_splash.html) [Loading](../../sysop-wants-to-chat_splash.html)

View File

@ -14,7 +14,9 @@ npx @marp-team/marp-cli@latest index.md
popd popd
echo '=========================' echo '========================='
npx @marp-team/marp-cli@latest it-came-from-the-fediverse.md pushd it-came-from-the-fediverse/show/
npx @marp-team/marp-cli@latest index.md
popd
echo '=========================' echo '========================='
npx @marp-team/marp-cli@latest sysop-wants-to-chat.md npx @marp-team/marp-cli@latest sysop-wants-to-chat.md