diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
| commit | 748564be8a54f07761eea87c1bb84009e16a8593 (patch) | |
| tree | 743c6a2105afd7fadb83e9e68aa611551a188201 /site/layouts/post | |
| parent | 7163e7d16db40a3382167dcec145cd033114227a (diff) | |
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
Diffstat (limited to 'site/layouts/post')
| -rw-r--r-- | site/layouts/post/li.html | 6 | ||||
| -rw-r--r-- | site/layouts/post/list.html | 14 |
2 files changed, 0 insertions, 20 deletions
diff --git a/site/layouts/post/li.html b/site/layouts/post/li.html deleted file mode 100644 index de2d1da..0000000 --- a/site/layouts/post/li.html +++ /dev/null @@ -1,6 +0,0 @@ -<a href="{{ .Permalink }}" class="no-underline pa3 bg-grey-1 br1 mb2 db raise"> - <h3 class="f3 b lh-title mb1 primary">{{ .Title }}</h3> - <p class="mid-gray lh-title mb2">{{ .Date.Format "Mon, Jan 2, 2006" }}</p> - <p class="mb0">{{ .Summary }}</p> - <p class="link b dib black mb0">Read more →</p> -</a> diff --git a/site/layouts/post/list.html b/site/layouts/post/list.html deleted file mode 100644 index 5d13c7e..0000000 --- a/site/layouts/post/list.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ partial "header" . }} -{{ partial "nav" . }} - -{{ partial "jumbotron" (dict "imageUrl" "img/2.jpg" "title" "post title goes here") }} - -<ul class="flex-l"> - {{ range .Data.Pages }} - <div> - {{ .Render "li"}} - </div> - {{ end }} -</ul> - -{{ partial "footer" . }} |
