Skip to content

Commit e3165c1

Browse files
author
Embedthis Software
committed
DEV: update doc version
1 parent 42fe6b8 commit e3165c1

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

doc/contents/version.html.exp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
title: "Version",
3+
layout: null,
4+
crumbs: []
5+
}
6+
7+
<!DOCTYPE html>
8+
<html lang="en">
9+
<head>
10+
<title><@= meta.title @></title>
11+
<@ partial('head') @>
12+
</head>
13+
<body class="version">v<@= Path('../package.json').readJSON().version @></body>
14+
</html>
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
title: "Version",
3+
layout: null,
4+
crumbs: []
5+
}
6+
7+
<!DOCTYPE html>
8+
<html lang="en">
9+
<head>
10+
<title><@= meta.title @></title>
11+
<@ partial('head') @>
12+
</head>
13+
<body class="version">v<@= Path('../package.json').readJSON().version @></body>
14+
</html>
15+

0 commit comments

Comments
 (0)