diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/custom/page_templates/public/no_date_and_author.html.erb | 4 | ||||
| -rw-r--r-- | app/views/custom/page_templates/public/standard_template.html.erb | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app/views/custom/page_templates/public/no_date_and_author.html.erb b/app/views/custom/page_templates/public/no_date_and_author.html.erb index 4eda744..254fe45 100644 --- a/app/views/custom/page_templates/public/no_date_and_author.html.erb +++ b/app/views/custom/page_templates/public/no_date_and_author.html.erb | |||
| @@ -3,4 +3,6 @@ | |||
| 3 | <hr class="subtitle" /> | 3 | <hr class="subtitle" /> |
| 4 | <p><em><%= @page.abstract %></em></p> | 4 | <p><em><%= @page.abstract %></em></p> |
| 5 | <%= aggregate?(@page.body) %> | 5 | <%= aggregate?(@page.body) %> |
| 6 | </div> \ No newline at end of file | 6 | </div> |
| 7 | |||
| 8 | <p><%= will_paginate(@content_collection) if @content_collection %></p> \ No newline at end of file | ||
diff --git a/app/views/custom/page_templates/public/standard_template.html.erb b/app/views/custom/page_templates/public/standard_template.html.erb index 4c21667..1822491 100644 --- a/app/views/custom/page_templates/public/standard_template.html.erb +++ b/app/views/custom/page_templates/public/standard_template.html.erb | |||
| @@ -4,4 +4,6 @@ | |||
| 4 | <hr class="subtitle" /> | 4 | <hr class="subtitle" /> |
| 5 | <p><em><%= @page.abstract %></em></p> | 5 | <p><em><%= @page.abstract %></em></p> |
| 6 | <%= aggregate?(@page.body) %> | 6 | <%= aggregate?(@page.body) %> |
| 7 | </div> \ No newline at end of file | 7 | </div> |
| 8 | |||
| 9 | <p><%= will_paginate(@content_collection) if @content_collection %></p> \ No newline at end of file | ||
