Skip to content

Commit afcf3c4

Browse files
committed
add changes 👩
1 parent 3910b40 commit afcf3c4

File tree

8 files changed

+48
-47
lines changed

8 files changed

+48
-47
lines changed

chapter4/chapter4.md

Lines changed: 41 additions & 40 deletions
Large diffs are not rendered by default.

code/ch4/handlebars-example/handlebars-example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path')
44

55
const data = {
66
title: 'practical node.js',
7-
author: '@azat_co',
7+
author: '@azatmardan',
88
tags: ['express', 'node', 'javascript']
99
}
1010
data.body = process.argv[2]

code/ch4/pug-example/pug-example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const pug = require('pug'),
44
let data = {
55
title: 'Practical Node.js',
66
author: {
7-
twitter: '@azat_co',
7+
twitter: '@azatmardan',
88
name: 'Azat'
99
},
1010
tags: ['express', 'node', 'javascript']

code/ch5/blog-express/views/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html
1414
.container
1515
h1.page-header= appTitle
1616
p.lead Welcome to example from Express.js Experience by 
17-
a(href="http://twitter.com/azat_co") @azat_co
17+
a(href="http://twitter.com/azat_co") @azatmardan
1818
|. Please enjoy.
1919
block page
2020
block header

code/ch6/blog-everyauth/views/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html
1414
.container
1515
h1.page-header= appTitle
1616
p.lead Welcome to example from Express.js Experience by 
17-
a(href="http://twitter.com/azat_co") @azat_co
17+
a(href="http://twitter.com/azat_co") @azatmardan
1818
|. Please enjoy.
1919
block page
2020
block header

code/ch6/blog-password/views/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html
1414
.container
1515
h1.page-header= appTitle
1616
p.lead Welcome to example from Express.js Experience by 
17-
a(href="http://twitter.com/azat_co") @azat_co
17+
a(href="http://twitter.com/azat_co") @azatmardan
1818
|. Please enjoy.
1919
block page
2020
block header

code/ch7/blog-mongoose/views/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html
1414
.container
1515
h1.page-header= appTitle
1616
p.lead Welcome to example from Express.js Experience by 
17-
a(href="http://twitter.com/azat_co") @azat_co
17+
a(href="http://twitter.com/azat_co") @azatmardan
1818
|. Please enjoy.
1919
block page
2020
block header

outro/outro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Regarding the material covered in *Practical Node.js*, we explored real-world as
2121
Further Reading
2222
===============
2323

24-
If you enjoyed this reading, you might like the programming blog about software engineering, startups, Agile development, and Node.js: [webapplog.com](http://webapplog.com). You can also follow the author of this book on Twitter at [@azat_co](http://twitter.com/azat_co) for tips and news about Node.js.
24+
If you enjoyed this reading, you might like the programming blog about software engineering, startups, Agile development, and Node.js: [webapplog.com](http://webapplog.com). You can also follow the author of this book on Twitter at [@azatmardan](http://twitter.com/azat_co) for tips and news about Node.js.
2525

2626
Here's the list of other books by the author Azat Mardan:
2727

0 commit comments

Comments
 (0)