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 %}