diff --git a/_layouts/post.html b/_layouts/post.html index 77d9a6c899fd1a4da11be2415407ab6860dbffd3..c28fdce0f8a23c389f26f5b4242c99400532b06c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,20 +3,20 @@ layout: page --- <div class="post"> - - <div class="post-header-container"> - <header class="post-header"> - <h1 class="title">{{ page.title }}</h1> - <p class="info">by <strong>{{ page.author }}</strong></p> - </header> - </div> - - - <div class="post-info"> - <div class="post-date">{{ page.date | date: "%B %-d, %Y" }}</div> - </div> - - <div class="post-content"> - {{ content }} - </div> + <!-- Wrapper Start --> + <section id="intro" style="border: 1px dotted #ddd;"> + <div class="container"> + <div class="row"> + <div> + <div class="block"> + <div class="section-title"> + <h2>{{ page.title }}</h2> + <p>{{ page.subtitle }}</p> + </div> + <p>{{ content }}</p> + </div> + </div><!-- .col-md-7 close --> + </div> + </div> + </section> </div> diff --git a/_posts/2016-05-20-welcome-to-jekyll.md b/_posts/2016-05-20-welcome-to-jekyll.md index 8a796095604feef5dfa87d893f6da6fc23f98456..5155c76bb58f08991e6772db4ff5b7dd2c33d353 100755 --- a/_posts/2016-05-20-welcome-to-jekyll.md +++ b/_posts/2016-05-20-welcome-to-jekyll.md @@ -1,5 +1,9 @@ --- layout: post +title: Welcome to jekyll! +subtitle: Jekyll is a blog-aware, static site generator in Ruby https://jekyllrb.com +date: 2016-05-20 21:11:27 +author: jekyll --- You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.