diff options
author | luxagraf <sng@luxagraf.net> | 2016-01-27 20:52:43 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-01-27 20:52:43 -0500 |
commit | ee448528f291199adc38c5316b71944ca07f6dc3 (patch) | |
tree | 17070613524864dd9fb124629755a4ec65d3e798 | |
parent | 84e4e4876890d3eb670c76ccdb5111741a95c315 (diff) |
fixed rss links for src and updated todo list
-rw-r--r-- | app/TODO | 20 | ||||
-rw-r--r-- | design/templates/src_base.html | 4 |
2 files changed, 5 insertions, 19 deletions
@@ -19,12 +19,8 @@ Climate classifications instead of geopolitical boundaries: https://en.wikipedia.org/wiki/Köppen_climate_classification shapefiles: http://koeppen-geiger.vu-wien.ac.at/shifts.htm ---- - -daily -Still need to add widget to checkin admin to -automatically grab the geodata from device. +add widget to checkin admin to automatically grab the geodata from device. --- @@ -35,15 +31,6 @@ handle callbacks from paypal to deliver the book and link to files: https://developer.paypal.com/webapps/developer/docs/classic/ipn/integration-guide/IPNandPDTVariables/ -redirect lhp: home, book and rss - ---- - -# figments - -fix send to Kindle function - - --- # photos: @@ -60,7 +47,6 @@ port existing galleries to new structure Finish detail template write build script - --- # notes @@ -75,6 +61,6 @@ revamp notes to be like my own personal instagram --- -# books +#content marketing page: -push reviews to goodreads: http://www.goodreads.com/api +Consistently posted high-quality content, and research into topics are still paramount to your web presence. The better your content, the better your SEO. diff --git a/design/templates/src_base.html b/design/templates/src_base.html index 9886fce..6d5dc34 100644 --- a/design/templates/src_base.html +++ b/design/templates/src_base.html @@ -14,7 +14,7 @@ <link rel="alternate" type="application/rss+xml" title="Luxagraf:src RSS feed" - href="https://luxagraf.net/src/rss/"> + href="https://luxagraf.net/src/feed.xml"> {%block stylesheet%}<link rel="stylesheet" href="/media/screenv8.css" media="screen">{%endblock%} @@ -45,7 +45,7 @@ <footer role="contentinfo"> <nav class="bl"> <ul> - <li><a href="/rss/src/" title="RSS feed">Subscribe</a></li> + <li><a href="/src/feed.xml" title="RSS feed">Subscribe</a></li> <li><a href="https://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">@luxagraf</a></li> <li><a href="/contact/" title="contact luxagraf">Contact</a></li> </ul> |