summaryrefslogtreecommitdiffhomepage
path: root/front-page.php
diff options
context:
space:
mode:
authortradam <[email protected]>2025-11-18 23:46:33 +0000
committertradam <[email protected]>2025-11-18 23:46:33 +0000
commit05706ec17d5c359ba86aa9cdd7685e637b4e25ab (patch)
tree288952ddd1ce9b84bdd71021b123137730e8679f /front-page.php
parent1743bc1b52f390e3942158fa7e911417bc869ee3 (diff)
downloadmalcz-wordpress-theme-05706ec17d5c359ba86aa9cdd7685e637b4e25ab.tar.gz
malcz-wordpress-theme-05706ec17d5c359ba86aa9cdd7685e637b4e25ab.zip
Diffstat (limited to 'front-page.php')
-rwxr-xr-x[-rw-r--r--]front-page.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/front-page.php b/front-page.php
index c4826e6..354e4bd 100644..100755
--- a/front-page.php
+++ b/front-page.php
@@ -1,7 +1 @@
-<?php get_header();?>
-
- <main class="container">
- <h1>Hello world!</h1>
- </main>
-
-<?php get_footer();?>
+<?php get_template_part('page'); ?>