diff --git a/_layouts/home.html b/_layouts/home.html index 5b1538c..0f96e96 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -32,19 +32,40 @@ forloop.last -%} {{ comma }} {%- endunless %}

{% endif -%} {%- endfor -%} ] {%- elsif pair.value.first -%} {{ quote - }}{{ pair.key }}{{ quote }}: [ {% for value in - pair.value -%} {% if value.url -%} -

- {{ quote }}{{ value.value }}{{ quote }} {%- unless forloop.last -%} {{ comma }} {%- endunless %} -

+ }}{{ pair.key }}{{ quote }}: + [ {% for value in + pair.value -%} {% if value.url -%} + {% if pair.key == "my resumes" %} + {{jekyll.environment}} + {% if jekyll.environment != "development" %} +

+ {{ quote }}{{ value.value }}{{ quote }} {%- unless forloop.last -%} {{ comma }} {%- endunless %} +

+ {% else %} +

+ {{ quote }}{{ value.value }}{{ quote }} {%- unless forloop.last -%} {{ comma }} {%- endunless %} +

+ {% endif %} + {% else %} +

+ {{ quote }}{{ value.value }}{{ quote }} {%- unless forloop.last -%} {{ comma }} {%- endunless %} +

+ {% endif %} + + {% else -%}

{{ quote }}{{ value }}{{ quote }} {%- unless forloop.last -%} {{ comma }} {%- endunless %}

- {% endif -%} {%- endfor -%} ] {%- elsif pair.url -%} {{ quote }}{{ pair.key }}{{ quote }}: {{ quote }}