Skip to content

Commit

Permalink
Fix HTML usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Sep 3, 2024
1 parent 8b892e4 commit 7f22b2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tikui/cli",
"version": "2.4.1",
"version": "2.4.2",
"description": "Command lines tool for Tikui",
"main": "index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions src/cli/generate-project/atomic/src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ block content
.tikui-vertical-spacing--line
pre
code.language-html.
| #{'<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />'}
| #{''}
| #{'<link rel="stylesheet" href="{DOMAIN}/tikui.css" />'}
#{'<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />'}
#{''}
#{'<link rel="stylesheet" href="{DOMAIN}/tikui.css" />'}
.tikui-vertical-spacing--line
p.tikui-paragraph
em Pug
Expand Down

0 comments on commit 7f22b2c

Please sign in to comment.