Skip to content

Commit 0108bf3

Browse files
committed
Edited theme/mobi/layout.html with Atlas code editor
1 parent 4b3d8bd commit 0108bf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

theme/mobi/layout.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44
<meta charset="utf-8" />
55
<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"/>
6+
<meta name="author" content="Nicolás Bevacqua"/>
7+
<meta name="date" content="2017-07-03"/>
8+
<meta name="description" content="To get the most out of modern JavaScript, you need learn the latest features of its parent specification, ECMAScript 6 (ES6). This book provides a highly practical look at ES6, without getting lost in the specification or its implementation details. Armed with practical examples, author Nicolás Bevacqua shows you new ways to deal with asynchronous flow control, declare objects or functions, and create proxies or unique sets, among many other features. The first title in Bevacqua's Modular JavaScript series, Practical Modern JavaScript prepares JavaScript and Node.js developers for applied lessons in modular design, testing, and deployment in subsequent books."/>
9+
<meta name="identifier" content="9781491943533"/>
1010
<title>{{ title }}</title>
1111
</head>
1212
<body data-type="book">

0 commit comments

Comments
 (0)