Deploy Themes v1.0.537 to wpcom
This commit is contained in:
parent
d15581d622
commit
7a3e21c56f
161 changed files with 162 additions and 3 deletions
1
alves/functions.php
Executable file → Normal file
1
alves/functions.php
Executable file → Normal file
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Child Theme Functions and definitions
|
* Child Theme Functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/* Custom Colors: Alves */
|
/* Custom Colors: Alves */
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Custom Editor Colors: Varia
|
* Custom Editor Colors: Varia
|
||||||
|
|
1
alves/inc/wpcom.php
Executable file → Normal file
1
alves/inc/wpcom.php
Executable file → Normal file
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* WordPress.com-specific functions and definitions.
|
* WordPress.com-specific functions and definitions.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "alves",
|
"name": "alves",
|
||||||
"version": "1.5.28",
|
"version": "1.5.29",
|
||||||
"description": "Alves",
|
"description": "Alves",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php if ( class_exists( 'A8C\FSE\WP_Template' ) ) : // If the FSE plugin is active, use the Header template for content. ?>
|
<?php if ( class_exists( 'A8C\FSE\WP_Template' ) ) : // If the FSE plugin is active, use the Header template for content. ?>
|
||||||
<footer class="fse-template-part fse-footer entry-content">
|
<footer class="fse-template-part fse-footer entry-content">
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<div class="site-info">
|
<div class="site-info">
|
||||||
<?php get_template_part( 'template-parts/footer/site', 'name' ); ?>
|
<?php get_template_part( 'template-parts/footer/site', 'name' ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Displays the footer widget area
|
* Displays the footer widget area
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Displays header site branding
|
* Displays header site branding
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer block pattern
|
* Title: Default footer block pattern
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Artly functions and definitions
|
* Artly functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Cookbook functions and definitions
|
* Cookbook functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: 404
|
* Title: 404
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Comments
|
* Title: Comments
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Footer
|
* Title: Footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Header
|
* Title: Header
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Hidden No Results Content
|
* Title: Hidden No Results Content
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: home
|
* Title: home
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Erma functions and definitions
|
* Erma functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Hall functions and definitions
|
* Hall functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Comments
|
* Title: Comments
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer block pattern
|
* Title: Default footer block pattern
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* LeanCV functions and definitions
|
* LeanCV functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: 404
|
* Title: 404
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: archive
|
* Title: archive
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: home
|
* Title: home
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Comments
|
* Title: Comments
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer
|
* Title: Default footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: front-page
|
* Title: front-page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: header
|
* Title: header
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer
|
* Title: Default footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: home
|
* Title: home
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: index
|
* Title: index
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: page
|
* Title: page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: portrait
|
* Title: portrait
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: profile-pic
|
* Title: profile-pic
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: search
|
* Title: search
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: 404
|
* Title: 404
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: single
|
* Title: single
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Loïc functions and definitions
|
* Loïc functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: A 404 page
|
* Title: A 404 page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Comments
|
* Title: Comments
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: footer
|
* Title: footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Hidden No Results Content
|
* Title: Hidden No Results Content
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: search
|
* Title: search
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Maverick functions and definitions
|
* Maverick functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: 404
|
* Title: 404
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: archive
|
* Title: archive
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Comments
|
* Title: Comments
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: footer
|
* Title: footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: front-page
|
* Title: front-page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: home
|
* Title: home
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: index
|
* Title: index
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Post list
|
* Title: Post list
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: post-meta
|
* Title: post-meta
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: search
|
* Title: search
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: sidebar
|
* Title: sidebar
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer block pattern
|
* Title: Default footer block pattern
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* MENU functions and definitions
|
* MENU functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: 404
|
* Title: 404
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: archive
|
* Title: archive
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Comments
|
* Title: Comments
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer
|
* Title: Default footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: front-page
|
* Title: front-page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Gallery
|
* Title: Gallery
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: header
|
* Title: header
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: index
|
* Title: index
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Posts List
|
* Title: Posts List
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: search
|
* Title: search
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Otis functions and definitions
|
* Otis functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: A 404 page
|
* Title: A 404 page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer
|
* Title: Default footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Post titles separated by lines
|
* Title: Post titles separated by lines
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* OutNow functions and definitions
|
* OutNow functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: 404
|
* Title: 404
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: archive
|
* Title: archive
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Comments
|
* Title: Comments
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: footer-404
|
* Title: footer-404
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: footer
|
* Title: footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: front-page
|
* Title: front-page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: header
|
* Title: header
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Hidden No Results Content
|
* Title: Hidden No Results Content
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: home
|
* Title: home
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: index
|
* Title: index
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: search
|
* Title: search
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"alves": {
|
"alves": {
|
||||||
"version": "1.5.28",
|
"version": "1.5.29",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/browserslist-config": "^5.16.0",
|
"@wordpress/browserslist-config": "^5.16.0",
|
||||||
"autoprefixer": "^10.4.2",
|
"autoprefixer": "^10.4.2",
|
||||||
|
@ -19581,7 +19581,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"varia": {
|
"varia": {
|
||||||
"version": "1.6.31",
|
"version": "1.6.32",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/browserslist-config": "^5.16.0",
|
"@wordpress/browserslist-config": "^5.16.0",
|
||||||
"autoprefixer": "^10.4.2",
|
"autoprefixer": "^10.4.2",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* RecipeBook functions and definitions
|
* RecipeBook functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: A 404 page
|
* Title: A 404 page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Comments
|
* Title: Comments
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer
|
* Title: Default footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: header
|
* Title: header
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Hidden No Results Content
|
* Title: Hidden No Results Content
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: home
|
* Title: home
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Sunderland functions and definitions
|
* Sunderland functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: A 404 page
|
* Title: A 404 page
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: Default footer
|
* Title: Default footer
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: home
|
* Title: home
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Trailblazer functions and definitions
|
* Trailblazer functions and definitions
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: 404
|
* Title: 404
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?php declare( strict_types = 1 ); ?>
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Title: archive
|
* Title: archive
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue