Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-05-05 02:06:31 +0300
committerDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-05-05 02:06:31 +0300
commitaed044e302049b9728c5fc2f7797147aef0f77e7 (patch)
treea2e20b9acf574b7e9b04bac0033712b8b6be6238 /TODO.md
parentaffe6365d502eda90738b90029ebf57dcfa1e0ed (diff)
Pagination.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index d7b3d95..a508732 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,16 +11,17 @@
- [x] User configurable multi-level menu. (https://gohugo.io/templates/menu-templates/)
- [x] Include Google Analytics
- [ ] Podcast page/content type
- - [ ] Single Page
+ - [x] Single Page
- [ ] List Page
- - [ ] Left align text
- - [ ] Right align 'feature image'
+ - [x] Left align text
+ - [x] Right align 'feature image'
+ - [x] Should the text be full width if there's no image?
+ - [ ] Fix the CSS so <ul class="pagination"> looks good! (Probably link it to class="copyright")
- [ ] Podcast RSS
-- [x] Find out how to pass through conditions in HTML comments. Ans: use ` to escape the string rather than "
+- [x] Find out how to pass through conditions in HTML comments. Ans: use `` to escape the string rather than "
- [ ] Make the screen/overlay of the background image darker or give it a pattern
- [x] ~~Markdownify the Site title (so you could have Alpha *Church*)~~ This didn't work easily.
## Version 2
* [ ] Break up home page (index.html) into widgets
-