Skip to content

Commit

Permalink
Merge pull request #21 from erikyo/custom-properties
Browse files Browse the repository at this point in the history
Version 1.4.0
  • Loading branch information
erikyo authored Sep 1, 2021
2 parents 2e12a59 + 332be6e commit 4222d1a
Show file tree
Hide file tree
Showing 65 changed files with 2,440 additions and 1,781 deletions.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<div class="error-404 not-found">

<header class="entry-header main-width alignwide">
<header class="entry-header page-header main-width text-center">
<h1 class="page-title has-title-color"><?php esc_html_e('404', 'modul-r'); ?></h1>
<h2 class="text-center"><?php esc_html_e('Page not found', 'modul-r'); ?></h2>
</header><!-- /page-header -->
Expand Down
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?php if ( have_posts() ) : ?>

<?php if ( !has_post_thumbnail() ) : ?>
<header class="page-header">
<header class="entry-header page-header main-width text-center">
<?php the_archive_title( '<h1 class="page-title main-width has-title-color">', '</h1>' ); ?>
<?php if (is_author()) {
printf('<p>%s</p>', esc_html(get_the_author_meta( 'description' )) );
Expand Down
12 changes: 12 additions & 0 deletions assets/dist/css/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/dist/css/atf.css

Large diffs are not rendered by default.

Loading

0 comments on commit 4222d1a

Please sign in to comment.