1
0
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:
Awilum
2018-06-17 14:55:03 +03:00
parent 3bb1f39099
commit ed40da2dcc
2 changed files with 8 additions and 8 deletions

View File

@@ -16,13 +16,13 @@ template: default
<p>
1. Launch your text editor and paste this sample text:
<code>
<pre>
---
title: My New Page
---
&lt;h1&gt;My New Page!&lt;/h1&gt;
&lt;p&gt;This is the body of &lt;b&gt;My New Page&lt;/b&gt;&lt;/p&gt;
</pre>
<pre>
---
title: My New Page
---
&lt;h1&gt;My New Page!&lt;/h1&gt;
&lt;p&gt;This is the body of &lt;b&gt;My New Page&lt;/b&gt;&lt;/p&gt;
</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>

View File

@@ -33,5 +33,5 @@ p {
pre {
background: #f0f0f0;
padding-left: 10px;
padding: 20px;
}