Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Jekyll pages from Brain's XML #2

Closed
amitaibu opened this issue Nov 12, 2013 · 4 comments
Closed

Prepare Jekyll pages from Brain's XML #2

amitaibu opened this issue Nov 12, 2013 · 4 comments
Assignees

Comments

@amitaibu
Copy link
Member

related to #1

@ceoaliongroo
Copy link
Contributor

@amitaibu what is missing to this issue?

@amitaibu
Copy link
Member Author

This issue is for the internal pages (e.g. when clicking on any D3js point in the home page it will redirect to pages/[guid])

@amitaibu
Copy link
Member Author

---
layout: page
back_guid: 12345
title: About the Torah
chronological:
  - title1
  - title2
  - title3
---

<div class="wrapper">

  <a href="/#/{{back_guid}}">Home</a>

  <h1>{{title}}</h1>

  <div class="sidebar-wrapper">

    <ul>
    {% for title in chronological %}

    {% endfor  %}
    </ul>

  </div>

</div>

@ceoaliongroo
Copy link
Contributor

Related with issue #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants