コード例 #1
0
ファイル: head.req.php プロジェクト: fraga009/incipit
    <head>
        <link rel="stylesheet" type="text/css" href="<?php 
echo CSS_PATH;
?>
style.css">

        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />

        <title><?php 
the_title();
the_site('name');
?>
</title>
        <meta name="description" content="<?php 
the_description();
?>
">

        <?php 
the_opengraph();
?>

        <?php 
rq_part('require', 'webapp');
?>
    </head>
    <body>
        <div id="container">
コード例 #2
0
<?php

/**
 * INDEX
 * Content
 *
 * ===========================================================================
 */
?>

<?php 
rq_part('content', 'profile-card');
?>

<?php 
rq_part('content', 'project-list');