aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/section.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/section.html.erb')
-rw-r--r--templates/section.html.erb19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/section.html.erb b/templates/section.html.erb
deleted file mode 100644
index 1510595..0000000
--- a/templates/section.html.erb
+++ /dev/null
@@ -1,19 +0,0 @@
-<% _level = level %>
-<% _role = role %>
-<% _id = id %>
-<% _title = caption ? captioned_title : title %>
-<% _content = content %>
-<section class="section-<%= _level %><%= _role ? " #{role}" : '' %>">
- <h<%= _level + 1 %> id="<%= _id %>" class="section-header">
- <% if _id %>
- <a href="#<%= _id %>">
- <%= _title %>
- </a>
- <% else %>
- <%= _title %>
- <% end %>
- </h<%= _level + 1 %>>
- <div class="section-body">
- <%= _content %>
- </div>
-</section>