aboutsummaryrefslogtreecommitdiffstats
path: root/src/posts.11tydata.js
blob: 0185d9cdcc3ef689777d2269e4f6b3fd3e00f8a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export default function () {
    return {
        layout: "page",
        title: "Posts",
        eleventyNavigation: {
            key: "Posts",
            order: 2
        }
    }
}