Ghost/core/server/apps/private-blogging
kirrg001 0046dce39f Dynamic Routing Beta: Better template support
refs #9601

- single or multiple template definition
- possible formats:

```
routes:
  /about/: about
```

```
routes:
  /about/:
    template: about
```

```
routes:
  /about/:
    template:
      - about
      - me
```

```
collections
  /posts/:
    template:
      - posts
      - general
```

```
collections
  /posts/:
    template: posts
```
2018-06-21 16:22:45 +02:00
..
lib Dynamic Routing Beta: Better template support 2018-06-21 16:22:45 +02:00
index.js Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
robots.txt move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00