├── views
├── footer.html
├── rss_header.html
├── 404.html
├── menu.html
├── all.html
├── rss.html
├── login.html
├── index.html
├── posts.html
├── drafts.html
├── new.html
├── draft_new.html
├── edit.html
├── upload.html
├── draft_edit.html
└── header.html
├── uploads
└── 01.jpg
├── public
├── favicon.ico
├── img
│ └── 404.jpg
└── css
│ └── style.css
├── .gitignore
├── .travis.yml
├── config-sample.json
├── BASE.sql
├── README.md
├── utils.go
├── models
└── Config.go
├── blog.go
└── kayden.go
/views/footer.html:
--------------------------------------------------------------------------------
1 | {{ define "footer" }}
2 |
3 |