Sha256: e450745eac24f47ab5172af2835b475b987850a7a40054384c4ae0cf54521ebd

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 Bytes

Contents

<article>
  <h1>
    Title
  </h1>
  <p class="subtitle">
    Subtitle
  </p>

  <section>
    <p>
      This is some text. This is some text.<%= sidenote("my-sidenote", "This is a sidenote!") %> This is some text. This is some
      text. This is some text. This is some text. This is some text.
    </p>
    <p>
      This is some more text. This is some more text.
      <%= marginnote("my-margin-note", "This is a margin note! No number.") %>
      This is some more text. This is some more text.
  </section>

  <section>
    <h2>Blog posts</h2>
    <ul>
    <% @posts.sort_by(&:date).reverse.each do |post| %>
      <li>
        <%= post.date %> &mdash;
        <a href="<%= post.output_directory %>"><%= post.title %></a>
      </li>
    <% end %>
    </ul>
  </section>
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tufte-1.0.0 scaffold/templates/index.html.erb