This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/index.php

8 lines
205 B
PHP
Raw Permalink Normal View History

2022-12-17 19:46:29 +01:00
<?php get_header(); ?>
2023-05-02 11:31:38 +02:00
<main id="skip">
2022-12-17 19:46:29 +01:00
<h1 class="page-title">Publications</h1>
2022-12-18 13:48:49 +01:00
<?php include(TEMPLATEPATH . '/components/preview-grid.php'); ?>
2022-12-17 19:46:29 +01:00
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>