Skip to content

Commit

Permalink
default tag & category; modify header design
Browse files Browse the repository at this point in the history
  • Loading branch information
key-amb committed Apr 29, 2015
1 parent d321a88 commit d0f090d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions archetypes/default.md
@@ -1,2 +1,4 @@
+++
categories = ["general"]
tags = ["document"]
+++
6 changes: 4 additions & 2 deletions layouts/_default/single.html
Expand Up @@ -5,8 +5,10 @@
<main role="main">
<article>
<a id="title"></a>
<h1 class="entry-title">{{ .Title }}</h1>
<span class="entry-meta"><time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 02, 2006" }}</time></span>
<h1 class="doc-entry-title">{{ .Title }}</h1>
<div class="doc-entry-meta">
<span><time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 02, 2006" }}</time></span>
</div>
<section>
{{ .Content }}
</section>
Expand Down
8 changes: 6 additions & 2 deletions static/css/bootie-docs.css
Expand Up @@ -18,6 +18,12 @@ h6, .h6 {
color: #333;
}

h1, .h1,
h2, .h2 {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}

/*
* Override Bootstrap's default container.
*/
Expand All @@ -44,8 +50,6 @@ h6, .h6 {

/* List items */
.doc-list-header {
margin-bottom: 10px;
border-bottom: 1px solid #eee;
}
.doc-entry {
color: #666;
Expand Down

0 comments on commit d0f090d

Please sign in to comment.