We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8152cda commit 54786fcCopy full SHA for 54786fc
views/layout.dt
@@ -34,7 +34,7 @@ html(lang="en")
34
string #[a(href="https://github.com/codemyst/pastemyst", target="_blank") github] => "github.com/codemyst/pastemyst";
35
string #[a(href="/api-docs") api-docs] => "/api-docs";
36
string #[a description] => "A simple website for pasting text, mainly code snippets.";
37
- string #[a version] => "1.6.2"; // #[a(href="https://github.com/CodeMyst/PasteMyst/releases", target="_blank") changelog]
+ string #[a version] => "1.6.3"; // #[a(href="https://github.com/CodeMyst/PasteMyst/releases", target="_blank") changelog]
38
39
block body
40
0 commit comments