Merge pull request #171 from Limpan/fix/single-page-example
Fixed query in single page example.
This commit is contained in:
commit
1d52102ae2
|
@ -108,7 +108,7 @@ need to query for all the other pages we have below `doc/`:
|
|||
{% extends "layout.html" %}
|
||||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block body %}
|
||||
{% set pages = site.query('/doc').all() %}
|
||||
{% set pages = site.query('/doc').include_undiscoverable(true).all() %}
|
||||
<header>
|
||||
<h1>{{ this.title }}</h1>
|
||||
<nav>
|
||||
|
|
Loading…
Reference in New Issue