Skip to content

Commit

Permalink
Merge branch 'the-road-to-decentralization-pt-1' of github.com:rapidE…
Browse files Browse the repository at this point in the history
…xpedition/theExpeditionarium into the-road-to-decentralization-pt-1
  • Loading branch information
RMBLRX committed Feb 5, 2018
2 parents 1283fcd + 1dbea72 commit 873e93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- CSS -->

<!-- #DONE: successfully implimented a new approach to the relative URL issue as per [this post](https://stackoverflow.com/a/8304028/8304877) id:1 +relativization gh:1
#TODO: try defining the root depth by way of categories (wayPoint having "../../", for instance, perhaps defined in [config](/_config.yml), and having categories of *wiki* and *rapidExpedition* and *topLevel* and so on) instead of explicitly denoting the root depth in each file +relativization id:10
#TODO: try defining the root depth by way of categories (wayPoint having "../../", for instance, perhaps defined in [config](/_config.yml), and having categories of *wiki* and *rapidExpedition* and *topLevel* and so on) instead of explicitly denoting the root depth in each file +relativization id:10 gh:22
-->
{% capture root %}{% if page.root %}{{ page.root }}{% elsif post.root %}{{ post.root }}{% else %}{{ default.root }}{% endif %}{% endcapture %}

Expand Down
2 changes: 1 addition & 1 deletion public/js/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ function goToWiki(wikiRepo, dirPath) {
// DONE: experiment with using the same technique applied in #10 in other sections of the site like wayPoint, for instance +wikiTransclusion +enhancement id:30 gh:11
// TODO: Pagination: http://developer.github.com/guides/traversing-with-pagination id:0
// TODO: OAuth or Caching/Cookies? http://developer.github.com/v3/oauth/ id:1
// TODO: Make order more random? id:3
// TODO: Make order more random? id:3 gh:16

0 comments on commit 873e93c

Please sign in to comment.