Skip to content

Commit

Permalink
update packages, migrate to Ghost v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSmith95 committed Mar 16, 2021
1 parent 1a32ab2 commit e2e3837
Show file tree
Hide file tree
Showing 4 changed files with 9,118 additions and 963 deletions.
2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{@site.lang}}">
<html lang="{{@site.locale}}">
<head>
{{! Document Settings }}
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function styles() {
require( 'postcss-nested' ),
require( 'postcss-custom-properties' ),
require( 'postcss-normalize' )( { forceImport: true } ),
require( 'css-mqpacker' )( { sort: true } ),
require( 'postcss-sort-media-queries' ),
require( 'autoprefixer' ),
require( 'cssnano' )( {
preset: [
Expand Down
Loading

0 comments on commit e2e3837

Please sign in to comment.