Skip to content

Commit 18cc87c

Browse files
author
pikesley
committed
One more mani
1 parent d2be179 commit 18cc87c

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

Diff for: .ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.1.5

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: ruby
22
rvm:
3-
- 2.1.5
3+
- 2.3.0
44
cache: bundler

Diff for: _data/polishes.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ Maybelline:
1919
Models Own:
2020
NP201: Flip Flop
2121
NP239: Chrome Silver
22+
NP252: Beach Hut
2223
NP253: Green Fields
2324
NP095: Juicy Jules
2425
NP022: Scarlet Sparkle
26+
SG004: Turquoise Gloss
2527

2628
Rimmel:
2729
'452': Chin Up, Buttercup

Diff for: _includes/manicure-archive.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<dl class='manicure-archive'>
22
{% for manicure in site.categories.manicures %}
3-
<a href='{{ manicure.url }}'>{{ manicure.title }}</a>
4-
{% include manicure.html imgur = manicure.imgur polishes = manicure.polishes topcoats = manicure.topcoats tools = manicure.tools %}
3+
<a href='{{ manicure.url }}'>{{ manicure.title }}</a>
4+
{% include manicure.html imgur = manicure.imgur polishes = manicure.polishes topcoats = manicure.topcoats tools = manicure.tools %}
55
{% if include.hr %}
66
{% if forloop.rindex > 1 %}
77
<hr />

Diff for: manicures/_posts/2016-01-28-stripes.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
imgur: CCBW858
3+
polishes:
4+
- Models Own|SG004
5+
- Models Own|NP252
6+
7+
topcoats:
8+
- Sally Hansen Insta-Dry
9+
10+
tools:
11+
- Twinkled T <a href='http://www.twinkledt.com/products/striping-stencils'>Striping Stencils</a>
12+
---

0 commit comments

Comments
 (0)