Collin J. Doering
3a7e6b5e4a
Almost ready for prime time. What remains to be completed is as follows: * pagination * fix the escape parsing bug in the section parser * add support to locally cache posts (opt-in) * clean-up the code * finish contact page and home page The following was completed since last commit: * added gpl.txt to project * deleted otf free fonts to save space * various structural changes * added a new post 'first-post' * various ascetic changes to templates and sass code * used function to remove js from global namespace (js/default.js) * added support for application cache and generating a cache manifest file (site.hs) as well as created appropriate fallback .html files '{post,tags}-fallback.html' Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
25 lines
859 B
Sass
25 lines
859 B
Sass
// (C) Copyright Collin Doering 2013
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
// File: _post-page.sass
|
|
// Author: Collin J. Doering <rekahsoft@gmail.com>
|
|
// Date: Dec 12, 2013
|
|
|
|
#post-page
|
|
.post
|
|
footer
|
|
padding-top: 0
|
|
border-top: 0
|