Skip to content

Commit 153b48a

Browse files
jbillingORMbevacqua
authored andcommitted
Edited theme/mobi/layout.html with Atlas code editor
1 parent d541e52 commit 153b48a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

theme/mobi/layout.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{{ doctype }}
22
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3-
<head>
4-
<meta charset="utf-8" />
5-
<meta name="publisher" content="O'Reilly Media, Inc."/>
6-
<meta name="author" content="AUTHOR NAMES HERE"/>
7-
<meta name="date" content="RETAIL AVAILABILITY DATE FROM PDB MANUFACTURING TAB HERE IN YYYY-MM-DD FORM (e.g., 2014-07-07)"/>
8-
<meta name="description" content="BOOK MARKETING DESCRIPTION HERE. (This can be supplied by the author, but otherwise the Consumer Short Text from the Marketing tab in the PDB works here - just make sure not to paste curly quotes or em dashes! Replace with straight quotes and hyphens.)"/>
9-
<meta name="identifier" content="TECH-BOOK-ISBN-13"/>
10-
<title>{{ title }}</title>
11-
</head>
12-
<body data-type="book">
13-
{{ content }}
14-
</body>
3+
<head>
4+
<title>{{ title }}</title>
5+
<meta charset="utf-8" />
6+
<meta name="publisher" content="O'Reilly Media, Inc."/>
7+
<meta name="author" content="Nicolás Bevacqua"/>
8+
<meta name="date" content="2017-10-10"/>
9+
<meta name="description" content="With this practical guide, frontend and backend Node.js developers alike will learn how to scale out JavaScript applications by breaking codebases into smaller modules. Author Nicolas Bevacqua covers features in ECMAScript 6 (ES6; the latest version of the specification that includes JavaScript) that support modularization. If you have a working knowledge of JavaScript, this book is for you."/>
10+
<meta name="identifier" content="978-1-491-95568-0"/>
11+
</head>
12+
<body data-type="book">
13+
{{ content }}
14+
</body>
1515
</html>

0 commit comments

Comments
 (0)