Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Added ignore_export to error pages #1801

Merged
merged 2 commits into from
Mar 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 404-error.html.slim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: base
title: Page Not Found
ignore_export: true
---

.row#error-page
Expand Down
1 change: 1 addition & 0 deletions general-error.html.slim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: base
title: Page Does Not Exist
ignore_export: true
---

.row#error-page
Expand Down
8 changes: 4 additions & 4 deletions search.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ div(ng-app="search")

span(data-updated="{{r.fields.sys_created[0] | timestamp}}" ng-show="r.fields.sys_type != 'webpage' || r.fields.sys_type != 'article' || r.fields.sys_type != 'demo'" ng-bind="r.fields.sys_created[0] | MDY")
p(ng-bind-html="r | description")
.tags-list
p
span.tag-label(ng-bind="r.sys_tags.length ? 'Tags:' : null")
span.tag(ng-repeat="tag in r.sys_tags" ng-bind="tag")
/ .tags-list
/ p
/ span.tag-label(ng-bind="r.sys_tags.length ? 'Tags:' : null")
/ span.tag(ng-repeat="tag in r.sys_tags" ng-bind="tag")


nav#paginator(ng-hide="loading" ng-if="paginate.pages > 1")
Expand Down