mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 06:36:52 +02:00
Fixed Simple Theme styles
This commit is contained in:
@@ -16,13 +16,13 @@ template: default
|
||||
<p>
|
||||
1. Launch your text editor and paste this sample text:
|
||||
<code>
|
||||
<pre>
|
||||
---
|
||||
title: My New Page
|
||||
---
|
||||
<h1>My New Page!</h1>
|
||||
<p>This is the body of <b>My New Page</b></p>
|
||||
</pre>
|
||||
<pre>
|
||||
---
|
||||
title: My New Page
|
||||
---
|
||||
<h1>My New Page!</h1>
|
||||
<p>This is the body of <b>My New Page</b></p>
|
||||
</pre>
|
||||
</code>
|
||||
2. Save this file in the <code>/site/pages/my-new-page/</code> folder as <code>page.md</code> and its will be available by this url: http://your_site_url/my-new-page
|
||||
</p>
|
||||
|
@@ -33,5 +33,5 @@ p {
|
||||
|
||||
pre {
|
||||
background: #f0f0f0;
|
||||
padding-left: 10px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user