Ghost/core/server/apps/private-blogging/lib
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
..
helpers Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
views 🎨Updated private mode message (#9677) 2018-06-11 23:35:23 +02:00
middleware.js 🐛Fixed short urls when private blogging is enabled (#9628) 2018-06-04 18:57:18 +02:00
router.js Dynamic Routing Beta: Better template support 2018-06-21 16:22:45 +02:00