Skip to content

Commit c21a0c2

Browse files
committed
codeorigin.jquery.com: Fix missing StackPath logo
1 parent f068a36 commit c21a0c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

themes/codeorigin.jquery.com/page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div id="content">
3939
<?php if ( !count( get_post_meta( $post->ID, "hide_title" ) ) ) : ?>
4040
<h1 class="entry-title"><?php the_title(); ?></h1>
41-
<div class="powered-by">Powered by <a href="http://www.stackpath.com"><img src="images/stackpath.png"></a></div>
41+
<div class="powered-by">Powered by <a href="http://www.stackpath.com"><img src="https://jquery.org/jquery-wp-content/themes/jquery/images/stackpath.png"></a></div>
4242
<hr>
4343
<?php endif; ?>
4444

0 commit comments

Comments
 (0)