diff --git a/layouts/_default/li.html b/layouts/_default/li.html new file mode 100644 index 0000000..a273289 --- /dev/null +++ b/layouts/_default/li.html @@ -0,0 +1,6 @@ +
  • + + {{ .Title }} + + +
  • diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html new file mode 100644 index 0000000..86677c2 --- /dev/null +++ b/layouts/_default/taxonomy.html @@ -0,0 +1,8 @@ +{{ define "main" }} +

    {{ .Title }}

    + +{{ end }} diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html index 51a4fdc..8ff3eb2 100644 --- a/layouts/partials/posts.html +++ b/layouts/partials/posts.html @@ -1,11 +1,6 @@

    Posts