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" %}
|
||||
{% 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