Upload via Git Manager GUI

This commit is contained in:
Git Manager GUI
2026-04-05 07:16:32 +02:00
parent 43ee6153dd
commit 44af7d4131

View File

@@ -6,7 +6,6 @@
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class('page-content'); ?>>
<div class="page-content-inner">
<h1 class="page-title"><?php the_title(); ?></h1>
<div class="page-entry">
<?php the_content(); ?>
</div>