mirror of
https://gh.wpcy.net/https://github.com/AlxMedia/personalias.git
synced 2026-05-25 18:36:12 +08:00
20 lines
No EOL
359 B
PHP
20 lines
No EOL
359 B
PHP
<?php get_header(); ?>
|
|
|
|
<div class="content">
|
|
|
|
<div class="split">
|
|
<div class="split-left">
|
|
<div class="stickyfill">
|
|
<?php get_template_part('inc/highlights'); ?>
|
|
</div>
|
|
</div>
|
|
<div class="split-right">
|
|
<?php get_template_part('inc/page-title'); ?>
|
|
</div>
|
|
</div>
|
|
|
|
</div><!--/.content-->
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|