zengen 0.1.34 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/template.js +1 -1
- package/package.json +2 -2
- package/src/template.ts +1 -1
package/dist/template.js
CHANGED
|
@@ -294,7 +294,7 @@ class TemplateEngine {
|
|
|
294
294
|
</article>
|
|
295
295
|
|
|
296
296
|
<footer class="footer">
|
|
297
|
-
<p>Generated by <strong>ZEN</strong> • <a href="https://github.com/
|
|
297
|
+
<p>Generated by <strong>ZEN</strong> • <a href="https://github.com/zccz14/ZEN" target="_blank">View on GitHub</a></p>
|
|
298
298
|
</footer>
|
|
299
299
|
</main>
|
|
300
300
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zengen",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.35",
|
|
4
4
|
"description": "ZEN - A minimalist Markdown documentation site builder",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"documentation",
|
|
26
26
|
"cli"
|
|
27
27
|
],
|
|
28
|
-
"author": "
|
|
28
|
+
"author": "zccz14",
|
|
29
29
|
"license": "ISC",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
package/src/template.ts
CHANGED
|
@@ -259,7 +259,7 @@ export class TemplateEngine {
|
|
|
259
259
|
</article>
|
|
260
260
|
|
|
261
261
|
<footer class="footer">
|
|
262
|
-
<p>Generated by <strong>ZEN</strong> • <a href="https://github.com/
|
|
262
|
+
<p>Generated by <strong>ZEN</strong> • <a href="https://github.com/zccz14/ZEN" target="_blank">View on GitHub</a></p>
|
|
263
263
|
</footer>
|
|
264
264
|
</main>
|
|
265
265
|
|