Sfoglia il codice sorgente

updated news feeds

Harlan Iverson 7 anni fa
parent
commit
16d682d3a3

+ 4 - 4
tinydatacenter.com-v2/app/resources/templates/md/pages/feeds.md

@@ -3,7 +3,7 @@
  :page-index 700
  :navbar? false}
 
-* [Main](/feed.xml) - all new posts
-* [Episodes](/episodes.xml) - new episodes
-* [Episodes WIP](/episodes-wip.xml) - episodes that are in progress
-* [Daily links](/daily-lins.xml) - new links that pertain to Tiny DC
+* [All](/feed.xml) - all new posts
+* [Episodes](/episode.xml) - new episodes, with video and full instruction
+* [Episodes WIP](/episodes-wip.xml) - episodes that are in progress. each major update will get a new link... feedback and testing welcome.
+* [Daily links](/daily-links.xml) - new links for Tiny DC

+ 1 - 0
tinydatacenter.com-v2/app/resources/templates/themes/blue/html/base.html

@@ -36,6 +36,7 @@
                 {% endfor %}
                 <li
                 {% if archives %} class="active" {% endif %}><a href="{{archives-uri}}">Notebook</a></li>
+                <li><a href="feeds.html">News</a></li>
             </ul>
         </div><!--/.nav-collapse -->
     </div><!--/.container-fluid -->