Upgrade page: Remove description
Jekyll decides to ignore the layout with this description set. What the hell?
This commit is contained in:
parent
6f623e9d4b
commit
f0e18e12d1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
layout: simple
|
||||
title: Upgrade
|
||||
headline: Upgrade Pico 0.8 and 0.9 to Pico 1.0
|
||||
description: Quick links: [What's new](#whats-new), [How to upgrade?](#how-to-upgrade)
|
||||
---
|
||||
|
||||
## What's new?
|
||||
|
@ -48,7 +47,8 @@ Usually you don't have to consider anything special, nevertheless you should alw
|
|||
### 3. Move your `config.php` to the new `config/` directory.
|
||||

|
||||
|
||||
### 4. URL Rewriting became optional in `Pico 1.0.0` If you don't use the `.htaccess` file provided by Pico, you must update your rewriting rules to let the webserver rewrite internal links (e.g. `index.php?sub/page`) correctly. You need not update your markdown files or custom Twig templates if you keep URL rewriting enabled. Otherwise you have to change all internal links in markdown files (e.g. `%base_url%?sub/page`) and your custom Twig templates (e.g. (e.g. `{{ "sub/page"|link }}`)).
|
||||
### 4. URL Rewriting became optional in `Pico 1.0.0`
|
||||
If you don't use the `.htaccess` file provided by Pico, you must update your rewriting rules to let the webserver rewrite internal links (e.g. `index.php?sub/page`) correctly. You need not update your markdown files or custom Twig templates if you keep URL rewriting enabled. Otherwise you have to change all internal links in markdown files (e.g. `%base_url%?sub/page`) and your custom Twig templates (e.g. `{% raw %}{{ "sub/page"|link }}{% endraw %}`).
|
||||
|
||||
Further reading:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue