Fix update date
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
layout: post
|
||||
title: Sample Post
|
||||
description: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
|
||||
modified: 2013-05-31
|
||||
category: articles
|
||||
tags: [intro, beginner, jekyll, tutorial]
|
||||
image:
|
||||
@ -93,3 +94,9 @@ HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, c
|
||||
Make any link standout more when applying the `.btn` class.
|
||||
|
||||
<div markdown="0"><a href="#" class="btn">This is a button</a></div>
|
||||
|
||||
<div markdown="0"><a href="#" class="btn btn-inverse">This is an inverse button</a></div>
|
||||
|
||||
<div markdown="0"><a href="#" class="btn btn-small">This is small button</a></div>
|
||||
|
||||
<div markdown="0"><a href="#" class="btn btn-inverse btn-small">Small inverse button</a></div>
|
||||
|
Reference in New Issue
Block a user