From 0e0251936b3c267a6e760562e704c34d0e8666ad Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 2 Dec 2023 23:16:25 +0300 Subject: Organize sections --- layouts/_default/baseof.html | 2 +- layouts/_default/section.html | 0 layouts/_default/single.html | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 layouts/_default/section.html create mode 100644 layouts/_default/single.html (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index eb129ee..0dfb23f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,7 @@ {{ .Site.Title }} - {{ partial "head/style.html" . }} + {{ partial "style.html" . }} diff --git a/layouts/_default/section.html b/layouts/_default/section.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3