Skip to content

Commit 69ee7de

Browse files
committed
remove a stray html class typo
1 parent 204b2b4 commit 69ee7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<div class="page-inner">
1212
<section class="normal markdown-section">
1313
<h1><?php
14-
if ( is_archive() || is_home() ) {
14+
if ( ! is_page() && ( is_archive() || is_home() ) ) {
1515
?><a href="<?php the_permalink();?>"><?php
1616
}
1717
the_title();
18-
if ( is_archive() || is_home() ) {
18+
if ( ! is_page() && ( is_archive() || is_home() ) ) {
1919
?></a><?php
2020
}
2121
?></h1>

0 commit comments

Comments
 (0)