From 4b8e43f75b394a4e6169884fbfb4c606865c6a22 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 2 Jul 2016 20:06:31 -0700 Subject: Import migration from Jekyll to Hugo. All the posts were converted, and the layout is created. This looks like it works just fine. --- layouts/_default/single.html | 17 +++++++++++++++++ layouts/_default/title.html | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 layouts/_default/single.html create mode 100644 layouts/_default/title.html (limited to 'layouts/_default') diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..f4d3437 --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,17 @@ +{{ partial "base.html" . }} + +
+ +
fcuny: home
+ +
+

{{ .Title }}

+
+ +
+
{{ .Content }}
+
+ + + {{ partial "base_footer.html" . }} + diff --git a/layouts/_default/title.html b/layouts/_default/title.html new file mode 100644 index 0000000..aeab6c8 --- /dev/null +++ b/layouts/_default/title.html @@ -0,0 +1,4 @@ +
  • + + {{ .Title }} +
  • -- cgit v1.2.3