* Missing files
* Work on post exploration code by traversing dates
This commit is contained in:
10
app/views/posts/partials/index/_explore.html.erb
Normal file
10
app/views/posts/partials/index/_explore.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<% if post_set.date_tag %>
|
||||
<section>
|
||||
<h1>Explore</h1>
|
||||
<ul>
|
||||
<li>« Day »</li>
|
||||
<li>« Week »</li>
|
||||
<li>« Month »</li>
|
||||
</ul>
|
||||
</section>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user