Skip to content

Commit

Permalink
07-10-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
midkiffaries committed Jul 10, 2023
1 parent effeea4 commit e6635d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<?php /* Daily */ if (is_day()) printf("Posts from this date"); ?>
<?php /* Monthly */ if (is_month()) printf("Posts from this month"); ?>
<?php /* Yearly */ if (is_year()) printf("Posts from this year"); ?>
<?php /* Author */ if (is_author()) printf("Posts written by this author"); ?>
<?php /* Author */ if (is_author()) printf("Posts written by this user"); ?>
</div>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@
<link rel="dns-prefetch" href="<?=esc_url(preg_replace("(^https?:)", '', home_url())); ?>">
<link rel="pingback" href="<?=bloginfo('pingback_url'); ?>">
<link rel="Siteuri" href="<?=home_url(); ?>/" id="SiteURI">
<meta name="application-name" content="<?=bloginfo('name'); ?>">
<meta name="apple-mobile-web-app-title" content="<?=bloginfo('name'); SEO_CharSwap(wp_title('-', true, 'left')); ?>">
<meta name="application-name" content="<?=bloginfo('name'); SEO_CharSwap(wp_title('|', true, 'left')); ?>">
<meta name="apple-mobile-web-app-title" content="<?=bloginfo('name'); SEO_CharSwap(wp_title('|', true, 'left')); ?>">
<meta name="description" content="<?=SEO_Excerpt(get_the_id()); ?>">
<meta name="format-detection" content="telephone=no">
<link rel="icon" href="<?=esc_url(home_url() . "/favicon.ico"); ?>" sizes="any">
Expand Down

0 comments on commit e6635d1

Please sign in to comment.