From f967545c426fefe8af12c538b102ba47a3f1612a Mon Sep 17 00:00:00 2001 From: Brian Kelleher Date: Thu, 28 Apr 2016 10:48:53 -0400 Subject: [PATCH] local environment and work page resize images --- env/local.env | 4 ++++ www/wp-content/themes/ation2016/templates/page-work.twig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/env/local.env b/env/local.env index 714413d..391afd1 100644 --- a/env/local.env +++ b/env/local.env @@ -1 +1,5 @@ +WORDPRESS_DB_HOST=develop.digitalmediauconn.org +WORDPRESS_DB_USER=ation +WORDPRESS_DB_PASSWORD=ationmedia +WORDPRESS_DB_NAME=ation WORDPRESS_TABLE_PREFIX=wp_ \ No newline at end of file diff --git a/www/wp-content/themes/ation2016/templates/page-work.twig b/www/wp-content/themes/ation2016/templates/page-work.twig index 9c4a5fa..eabaef1 100644 --- a/www/wp-content/themes/ation2016/templates/page-work.twig +++ b/www/wp-content/themes/ation2016/templates/page-work.twig @@ -16,7 +16,7 @@ {% for project in work %}
- +
{% endfor %}