Updates for part 2
This commit is contained in:
parent
fb8eaa1fda
commit
8c83a49a7c
15 changed files with 243 additions and 47 deletions
22
header.php
22
header.php
|
@ -8,14 +8,10 @@
|
|||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title><?php echo get_bloginfo( 'name' ); ?> </title>
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="<?php bloginfo('template_directory');?>/blog.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<title>
|
||||
<?php wp_title( '|', true, 'right' ); ?>
|
||||
</title>
|
||||
|
||||
<?php wp_head();?>
|
||||
</head>
|
||||
|
||||
|
@ -24,14 +20,16 @@
|
|||
<div class="blog-masthead">
|
||||
<div class="container">
|
||||
<nav class="blog-nav">
|
||||
<?php wp_list_pages( '&title_li='); ?>
|
||||
<?php wp_list_pages( '&title_li='); ?>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="blog-header">
|
||||
<h1 class="blog-title"><a href="<?php bloginfo('wpurl');?>"><?php echo get_bloginfo( 'name' ); ?></a></h1>
|
||||
<p class="lead blog-description"><?php echo get_bloginfo( 'description' ); ?></p>
|
||||
</div>
|
||||
<p class="lead blog-description">
|
||||
<?php echo get_bloginfo( 'description' ); ?>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue