From 8ecde1a5d790ea6c8ac653ca197fb0ec9013e7da Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 14 Jun 2021 19:10:05 +0200 Subject: Simplified card component code --- templates/layouts/categorized_list.html | 6 +++--- templates/layouts/index.html | 12 ++++++------ templates/layouts/list.html | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'templates') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 03d05e0..00ea383 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -16,10 +16,10 @@ $body$ $if(pages.asc_title.show_dates)$ $for(it.pages.desc_date)$ -
+
$it.title$
-
-
+
$it.title$
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 8eeeb03..00d25af 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html @@ -23,16 +23,16 @@
$endif$ $if(it.icon)$ - + $endif$ -
+
$it.platform$ $it.username$
$if(it.url)$ - + $endif$ @@ -73,15 +73,15 @@ $body$ $endif$
$if(pages.by_id.projects.pages.all.icon)$ - + $endif$ -
+
$pages.by_id.projects.pages.all.title$ $it.title$
- +
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 2d32357..9fc6ebe 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -11,10 +11,10 @@ $body$ $if(show_dates)$ $for(pages.desc_date)$ -