diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-07-31 10:16:40 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-07-31 13:42:48 -0700 |
| commit | 63f413891d5adc596e4d51dfba4d0d23fdea3ca4 (patch) | |
| tree | c2726b60515057a20f434bd89c596360ef17852b /layouts/_default | |
| parent | Add Google Analytic tracker. (diff) | |
| download | lumberjaph-63f413891d5adc596e4d51dfba4d0d23fdea3ca4.tar.gz | |
Stop generating a static site.
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/single.html | 17 | ||||
| -rw-r--r-- | layouts/_default/title.html | 4 |
2 files changed, 0 insertions, 21 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html deleted file mode 100644 index f4d3437..0000000 --- a/layouts/_default/single.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ partial "base.html" . }} - -<div id="container"> - - <div>fcuny: <a href="/">home</a></div> - - <header> - <h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1> - </header> - - <section> - <div id="entry"> {{ .Content }} </div> - </section> - - - {{ partial "base_footer.html" . }} - diff --git a/layouts/_default/title.html b/layouts/_default/title.html deleted file mode 100644 index aeab6c8..0000000 --- a/layouts/_default/title.html +++ /dev/null @@ -1,4 +0,0 @@ -<li class="article"> - <div class="article-date">{{ dateFormat "2006.01.02" .Date }}</div> - <a href="{{ .Permalink }}">{{ .Title }}</a> -</li> |
