Skip to content

Commit

Permalink
baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaiz committed Nov 11, 2019
1 parent 56c9e2f commit a92e44f
Show file tree
Hide file tree
Showing 96 changed files with 3,189 additions and 2,613 deletions.
12 changes: 6 additions & 6 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div id="content">

<div id="inner-content" class="wrap">
<div id="inner-content" class="wrap content-sidebar">

<main id="main" class="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="https://schema.org/Blog">

Expand All @@ -18,8 +18,8 @@

<div class="404-txt">

<h3><?php _e( 'I\'m sorry Dave, I\'m afraid I can\'t do that.', 'platetheme' ); ?></h3>
<p><?php _e( 'We couldn\'t find what you are looking for, please try searching.', 'platetheme' ); ?></p>
<h3><?php _e( 'I\'m sorry Dave, I\'m afraid I can\'t do that.', 'airtheme' ); ?></h3>
<p><?php _e( 'We couldn\'t find what you are looking for, please try searching.', 'airtheme' ); ?></p>

</div>

Expand All @@ -41,12 +41,12 @@

</article>

</main>
</main>

<?php get_sidebar(); ?>

</div>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Plate Theme Change Log + History

For more information, please visit: https://studio.bio/themes/plate
For more information, please visit: https://studio.bio/themes/air

Author: Joshua Michaels for studio.bio with help from Jon Iler

Expand Down
12 changes: 4 additions & 8 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright ©2019 studio.bio Creative LLC/Joshua Michaels

Copyright (C) 2018 studio.bio Creative LLC/Joshua Michaels
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 changes: 4 additions & 4 deletions archive-custom_type.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@

<div id="content">

<div id="inner-content" class="wrap">
<div id="inner-content" class="wrap content-sidebar">

<main id="main" class="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="https://schema.org/Blog">

<?php // Edit the loop in /templates/archive-loop. Or roll your own. ?>
<?php get_template_part( 'templates/archive', 'loop'); ?>

</main>
</main>

<?php get_sidebar(); ?>

</div>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>
8 changes: 4 additions & 4 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<div id="content">

<div id="inner-content" class="wrap">
<div id="inner-content" class="wrap content-sidebar">

<main id="main" class="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="https://schema.org/Blog">

<?php // Edit the loop in /templates/archive-loop. Or roll your own. ?>
<?php get_template_part( 'templates/archive', 'loop'); ?>

</main>
</main>

<?php get_sidebar(); ?>

</div>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>
10 changes: 5 additions & 5 deletions comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<?php if ( have_comments() ) : ?>

<h3 id="comments-title" class="h2"><?php comments_number( __( '<span>No</span> Comments', 'platetheme' ), __( '<span>One</span> Comment', 'platetheme' ), __( '<span>%</span> Comments', 'platetheme' ) );?></h3>
<h3 id="comments-title" class="h2"><?php comments_number( __( '<span>No</span> Comments', 'airtheme' ), __( '<span>One</span> Comment', 'airtheme' ), __( '<span>%</span> Comments', 'airtheme' ) );?></h3>

<section class="commentlist">

Expand All @@ -24,7 +24,7 @@
'avatar_size' => 40,
'callback' => 'plate_comments',
'type' => 'all',
'reply_text' => __('Reply', 'platetheme'),
'reply_text' => __('Reply', 'airtheme'),
'page' => '',
'per_page' => '',
'reverse_top_level' => null,
Expand All @@ -40,16 +40,16 @@

<nav class="navigation comment-navigation" role="navigation">

<div class="comment-nav-prev"><?php previous_comments_link( __( '&larr; Previous Comments', 'platetheme' ) ); ?></div>
<div class="comment-nav-next"><?php next_comments_link( __( 'More Comments &rarr;', 'platetheme' ) ); ?></div>
<div class="comment-nav-prev"><?php previous_comments_link( __( '&larr; Previous Comments', 'airtheme' ) ); ?></div>
<div class="comment-nav-next"><?php next_comments_link( __( 'More Comments &rarr;', 'airtheme' ) ); ?></div>

</nav>

<?php endif; ?>

<?php if ( ! comments_open() ) : ?>

<p class="no-comments"><?php _e( 'Comments are closed.' , 'platetheme' ); ?></p>
<p class="no-comments"><?php _e( 'Comments are closed.' , 'airtheme' ); ?></p>

<?php endif; ?>

Expand Down
4 changes: 2 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer id="footer" class="footer" role="contentinfo" itemscope itemtype="https://schema.org/WPFooter">

<div id="inner-footer" class="max-w-7xl mx-auto px-6 py-4">
<div id="inner-footer" class="wrap py-4">

<?php /* Uncomment this and the 'Footer Links' menu registration in functions.php to use.
Or delete it if you're not using it.
Expand All @@ -9,7 +9,7 @@
wp_nav_menu(array(
'container' => 'div', // enter '' to remove nav container (just make sure .footer-links in _base.scss isn't wrapping)
'container_class' => 'footer-links', // class of container (should you choose to use it)
'menu' => __( 'Footer Links', 'platetheme' ), // nav name
'menu' => __( 'Footer Links', 'airtheme' ), // nav name
'menu_class' => 'nav footer-nav', // adding custom nav class
'theme_location' => 'footer-links', // where it's located in the theme
'before' => '', // before the menu
Expand Down
Loading

0 comments on commit a92e44f

Please sign in to comment.