MayMeow/php-encrypt

View on GitHub
docs/layouts/_default/index.js

Summary

Maintainability
A
0 mins
Test Coverage
var docs = [
{{ range $index, $page := (where .Site.Pages "Section" "docs") -}}
  {
    id: {{ $index }},
    title: "{{ .Title }}",
    description: "{{ .Params.description }}",
    href: "{{ .URL | absURL }}"
  },
{{ end -}}
];