Skip to content

Commit

Permalink
👌 IMPROVE: Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Aug 22, 2019
1 parent 4a8b199 commit 07ea623
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@ sudo apt-get install -y nodejs
That's it. Now just follow the WordPressify installation instructions.

# Changelog
**v0.2.1**
- 👌 IMPROVE: Meta.

**v0.2.1**
- 🚀 RELEASE: Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion 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": "wordpressify",
"version": "0.2.1",
"version": "0.2.2",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down
3 changes: 2 additions & 1 deletion src/theme/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Luan Gjokaj, and WordPressify contributors">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
</head>

Expand Down

0 comments on commit 07ea623

Please sign in to comment.