M .buildpacks => .buildpacks +0 -1
@@ 1,2 1,1 @@
-https://github.com/gigalixir/gigalixir-buildpack-clean-cache.git
https://github.com/subsetpark/heroku-buildpack-janet
M index.temple => index.temple +32 -32
@@ 1,11 1,11 @@
<!DOCTYPE html>
<html lang="en">
+
<head>
-<title>Z.D. Smith</title>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta name="Description"
- content="here is no Language in the world,
+ <title>Z.D. Smith</title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="Description" content="here is no Language in the world,
but for every word thereof, it will afford you another of the same
signification, of equal syllables with it, and beginning or ending, or
both, with vowels or consonants as it doth ... in translating
@@ 13,38 13,38 @@
Slavonian, Dutch, Irish, English, or whatever it be, it affords you of
the same signification, syllable for syllable, and in the closure of
each line a rime, as in the original">
-<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
-<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
-<link rel="stylesheet" href="./app.css">
-<a rel="me" href="https://recurse.social/@zdsmith">Mastodon</a>
+ <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
+ <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+ <link rel="stylesheet" href="./app.css">
</head>
<body>
-{$ (import /sources) $}
-{$ (import /eqns) $}
+ {$ (import /sources) $}
+ {$ (import /eqns) $}
-<div class="header">
-{{ (eqns/render) }}
-</div>
+ <div class="header">
+ {{ (eqns/render) }}
+ </div>
-<div class="stanza">
-<p>
-{- sources/pre -}
-</p>
-<hr>
-<ul class="links">
-{- (->
- (seq [[link dest] :in sources/links]
- (string/format `<li><a href="%s">%s</a></li>`
- dest
- link))
- (string/join " ")) -}
-</ul>
-<hr>
-<p>
-{{ sources/post }}
-</p>
-</div>
+ <div class="stanza">
+ <p>
+ {- sources/pre -}
+ </p>
+ <hr>
+ <ul class="links">
+ {- (->
+ (seq [[link dest] :in sources/links]
+ (string/format `<li><a rel="me" href="%s">%s</a></li>`
+ dest
+ link))
+ (string/join " ")) -}
+ </ul>
+ <hr>
+ <p>
+ {{ sources/post }}
+ </p>
+ </div>
</body>
+
</html>
M sources.janet => sources.janet +2 -1
@@ 17,4 17,5 @@ intituled, The Wonders of the new Language :
["music" "https://zdsmith.bandcamp.com"]
["flaming tusk" "https://tusk.bandcamp.com"]
["keybase" "https://keybase.io/zdsmith"]
- ["twitter" "https://twitter.com/zdsmith"]])
+ ["twitter" "https://twitter.com/zdsmith"]
+ ["mastodon" "https://recurse.social/@zdsmith"]])