Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
clarklab committed Sep 20, 2018
1 parent d0fa20e commit 0f3b9df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/beta.html
Expand Up @@ -253,7 +253,7 @@ <h1 class="title p2 m0 absolute bold white bottom-0 left-0">{{ post.title }}</h1
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
searchResultTemplate: '<div class="recipe sm-col sm-col-6 md-col-4 py1"><a class="block relative bg-blue mx1" href="{{ post.url | prepend: site.baseurl }}"><div class="image ratio bg-cover" {% for image in post.image %} style="background-image:url({{site.baseurl}}/images/{{ image }});"{% endfor %}></div><h1 class="title p2 m0 absolute bold white bottom-0 left-0">{{ post.title }}</h1></a></div>'
searchResultTemplate: '<div class="recipe sm-col sm-col-6 md-col-4 py1"><a class="block relative bg-blue mx1" href="{url}"><div class="image ratio bg-cover" {% for image in post.image %} style="background-image:url({{site.baseurl}}/images/{image});"{% endfor %}></div><h1 class="title p2 m0 absolute bold white bottom-0 left-0">{title}</h1></a></div>'
})
</script>

Expand Down
2 changes: 1 addition & 1 deletion _site/beta.html → _site/beta/index.html
Expand Up @@ -351,7 +351,7 @@ <h1 class="title p2 m0 absolute bold white bottom-0 left-0">Banana Bread</h1>
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
searchResultTemplate: '<div class="recipe sm-col sm-col-6 md-col-4 py1"><a class="block relative bg-blue mx1" href=""><div class="image ratio bg-cover" ></div><h1 class="title p2 m0 absolute bold white bottom-0 left-0"></h1></a></div>'
searchResultTemplate: '<div class="recipe sm-col sm-col-6 md-col-4 py1"><a class="block relative bg-blue mx1" href="{url}"><div class="image ratio bg-cover" ></div><h1 class="title p2 m0 absolute bold white bottom-0 left-0">{title}</h1></a></div>'
})
</script>

Expand Down
4 changes: 2 additions & 2 deletions _site/feed.xml
Expand Up @@ -5,8 +5,8 @@
<description>The plain text recipe database for hackers</description>
<link>http://localhost:4000/</link>
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Wed, 19 Sep 2018 23:08:50 -0500</pubDate>
<lastBuildDate>Wed, 19 Sep 2018 23:08:50 -0500</lastBuildDate>
<pubDate>Wed, 19 Sep 2018 23:10:57 -0500</pubDate>
<lastBuildDate>Wed, 19 Sep 2018 23:10:57 -0500</lastBuildDate>
<generator>Jekyll v3.8.3</generator>

<item>
Expand Down
1 change: 1 addition & 0 deletions beta.html
@@ -1,4 +1,5 @@
---
layout: beta
permalink: beta/
---

0 comments on commit 0f3b9df

Please sign in to comment.