From 4c4bf6cc2daa7a906708156152a24341d5efeaa4 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 19 Mar 2024 11:11:52 +0100 Subject: Convert DOS to UNIX EOLs. --- zurb-F5-basic/templates/base.html | 256 ++++++++++++++++---------------- zurb-F5-basic/templates/categories.html | 14 +- zurb-F5-basic/templates/pagination.html | 38 ++--- zurb-F5-basic/templates/tags.html | 30 ++-- 4 files changed, 169 insertions(+), 169 deletions(-) diff --git a/zurb-F5-basic/templates/base.html b/zurb-F5-basic/templates/base.html index 29345ec..6c306eb 100644 --- a/zurb-F5-basic/templates/base.html +++ b/zurb-F5-basic/templates/base.html @@ -1,128 +1,128 @@ - - - - - - - {% block title %}{{ SITENAME }}{%endblock%} - - - - - - - - - - - - - - - - - - - - - -
- - -
- {% block content %}{% endblock %} -
- - - - - -
- - - - -{% include 'piwik.html' %} - - + + + + + + + {% block title %}{{ SITENAME }}{%endblock%} + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ {% block content %}{% endblock %} +
+ + + + + +
+ + + + +{% include 'piwik.html' %} + + diff --git a/zurb-F5-basic/templates/categories.html b/zurb-F5-basic/templates/categories.html index c213fdb..620f819 100644 --- a/zurb-F5-basic/templates/categories.html +++ b/zurb-F5-basic/templates/categories.html @@ -1,8 +1,8 @@ -{% extends "base.html" %} -{% block content %} - +{% extends "base.html" %} +{% block content %} + {% endblock %} \ No newline at end of file diff --git a/zurb-F5-basic/templates/pagination.html b/zurb-F5-basic/templates/pagination.html index 4f06408..c00f2f5 100644 --- a/zurb-F5-basic/templates/pagination.html +++ b/zurb-F5-basic/templates/pagination.html @@ -1,19 +1,19 @@ -{% if DEFAULT_PAGINATION %} -
-
Page {{ articles_page.number }} of {{ articles_paginator.num_pages }}
- -

- {% if articles_page.has_previous() %} - {% if articles_page.previous_page_number() == 1 %} - « Prev - {% else %} - « Prev - {% endif %} - {% endif %} - - {% if articles_page.has_next() %} - Next » - {% endif %} -

-
-{% endif %} +{% if DEFAULT_PAGINATION %} +
+
Page {{ articles_page.number }} of {{ articles_paginator.num_pages }}
+ +

+ {% if articles_page.has_previous() %} + {% if articles_page.previous_page_number() == 1 %} + « Prev + {% else %} + « Prev + {% endif %} + {% endif %} + + {% if articles_page.has_next() %} + Next » + {% endif %} +

+
+{% endif %} diff --git a/zurb-F5-basic/templates/tags.html b/zurb-F5-basic/templates/tags.html index 7aec93a..e084312 100644 --- a/zurb-F5-basic/templates/tags.html +++ b/zurb-F5-basic/templates/tags.html @@ -1,15 +1,15 @@ -{% extends "base.html" %} -{% block content %} - - - -{% endblock %} +{% extends "base.html" %} +{% block content %} + + + +{% endblock %} -- cgit