~jelle/cca-nl-wp-theme

4f2c440c0974a2f38099d372bf954ec6e064ab06 — Jelle Hermsen 1 year, 8 days ago 728d6eb
Small date tweaks and recaptcha integration
4 files changed, 4 insertions(+), 10 deletions(-)

M src/category.php
M src/footer.php
M src/front-page.php
M src/page-berichten.php
M src/category.php => src/category.php +1 -1
@@ 17,7 17,7 @@
                                <?php the_title(); ?>
                            </h4>
                            <time class="post-date">
                                <?php the_date(); ?>
                                <?php echo get_the_date('j F, Y'); ?>
                            </time>
                        </div>
                    </div>

M src/footer.php => src/footer.php +1 -0
@@ 28,5 28,6 @@

    <p><a href="https://git.sr.ht/~jelle/cca-nl-wp-theme" class="source-code">Broncode</a></p>
</footer>
<script src="https://www.google.com/recaptcha/api.js"></script>
</body>
</html>

M src/front-page.php => src/front-page.php +1 -1
@@ 128,7 128,7 @@
                                <?php the_title(); ?>
                            </h4>
                            <time class="post-date">
                                <?php the_date(); ?>
                                <?php echo get_the_date('j F, Y'); ?>
                            </time>
                        </div>
                    </div>

M src/page-berichten.php => src/page-berichten.php +1 -8
@@ 16,19 16,12 @@
                <a class="Rebellion-Blog-Item" href="<?php the_permalink(); ?>">
                    <div class="top">
                        <?php the_post_thumbnail(array(120, 120)); ?>
                        <!--
                        <div class="date">
                            <span class="day-number">28</span>
                            <span class="month">Jun</span>
                        </div>
                        -->

                        <div class="description">
                            <h4>
                                <?php the_title(); ?>
                            </h4>
                            <time class="post-date">
                                <?php the_date(); ?>
                                <?php echo get_the_date('j F, Y'); ?>
                            </time>
                        </div>
                    </div>