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