-
-
-
- - About
- {% for item in [ 'work', 'services', 'talks', 'blog', 'contact' ] %}
- - {{ item|title }}
- {% endfor %}
-
-
{# .nav-collapse #}
+
+
+
+
+ - About
+ {% for item in [ 'work', 'services', 'talks', 'blog', 'contact' ] %}
+ - {{ item|title }}
+ {% endfor %}
+
+
{# .nav-collapse #}
+
diff --git a/source/themes/opdavies/opdavies/_partials/og.html.twig b/source/themes/opdavies/opdavies/_partials/og.html.twig
index ce53b5ee..f9e81e60 100644
--- a/source/themes/opdavies/opdavies/_partials/og.html.twig
+++ b/source/themes/opdavies/opdavies/_partials/og.html.twig
@@ -1,37 +1,37 @@
{% if og.title %}
-
+
{% endif %}
{% if og.description %}
-
+
{% endif %}
{% if og.type %}
-
+
{% endif %}
{% if og.image and og.image.url %}
-
- {% if og.image.type %}
-
- {% endif %}
- {% if og.image.width %}
-
- {% endif %}
- {% if og.image.height %}
-
- {% endif %}
+
+ {% if og.image.type %}
+
+ {% endif %}
+ {% if og.image.width %}
+
+ {% endif %}
+ {% if og.image.height %}
+
+ {% endif %}
{% endif %}
{% if og.title %}
- {% if og.image %}
-
-
-
- {% else %}
-
- {% endif %}
-
-
-
+ {% if og.image %}
+
+
+
+ {% else %}
+
+ {% endif %}
+
+
+
{% endif %}
\ No newline at end of file
diff --git a/source/themes/opdavies/opdavies/_partials/post-header.html.twig b/source/themes/opdavies/opdavies/_partials/post-header.html.twig
index 1d98cca0..220ef964 100644
--- a/source/themes/opdavies/opdavies/_partials/post-header.html.twig
+++ b/source/themes/opdavies/opdavies/_partials/post-header.html.twig
@@ -2,9 +2,9 @@
Posted: {{ page.date | date('jS F Y') }}
{#
{% if page.tags %}
- Tags:
- {% for tag in page.tags %}
- {{ tag }}{% if not loop.last %},{% else %}.{% endif %}
- {% endfor %}
+ Tags:
+ {% for tag in page.tags %}
+ {{ tag }}{% if not loop.last %},{% else %}.{% endif %}
+ {% endfor %}
{% endif %}
#}
\ No newline at end of file
diff --git a/source/themes/opdavies/opdavies/_partials/title.html.twig b/source/themes/opdavies/opdavies/_partials/title.html.twig
index 6fcae373..3ddec683 100644
--- a/source/themes/opdavies/opdavies/_partials/title.html.twig
+++ b/source/themes/opdavies/opdavies/_partials/title.html.twig
@@ -1,14 +1,14 @@
{% set separator = '|' %}
{% spaceless %}
- {% if page.full_title %}
- {{ page.full_title }}
- {% elseif page.title and site.title %}
- {{ page.title }} {{ separator }} {{ site.title }}
- {% elseif site.title %}
- {% if site.subtitle %}
- {{ site.subtitle }} {{ separator }} {{ site.title }}
- {% else %}
- {{ site.title }}
- {% endif %}
+ {% if page.full_title %}
+ {{ page.full_title }}
+ {% elseif page.title and site.title %}
+ {{ page.title }} {{ separator }} {{ site.title }}
+ {% elseif site.title %}
+ {% if site.subtitle %}
+ {{ site.subtitle }} {{ separator }} {{ site.title }}
+ {% else %}
+ {{ site.title }}
{% endif %}
+ {% endif %}
{% endspaceless %}
\ No newline at end of file
diff --git a/source/themes/opdavies/opdavies/assets/sass/base/_base.scss b/source/themes/opdavies/opdavies/assets/sass/base/_base.scss
index cf8ccee6..d4f3a7c0 100644
--- a/source/themes/opdavies/opdavies/assets/sass/base/_base.scss
+++ b/source/themes/opdavies/opdavies/assets/sass/base/_base.scss
@@ -1,3 +1,3 @@
body {
- padding-top: 60px;
+ padding-top: 60px;
}
\ No newline at end of file
diff --git a/source/themes/opdavies/opdavies/assets/sass/base/_lists.scss b/source/themes/opdavies/opdavies/assets/sass/base/_lists.scss
index e220ea3c..257e2e43 100644
--- a/source/themes/opdavies/opdavies/assets/sass/base/_lists.scss
+++ b/source/themes/opdavies/opdavies/assets/sass/base/_lists.scss
@@ -1,11 +1,11 @@
dt {
- margin-top: .5em;
+ margin-top: .5em;
- &:after {
- content: ':';
- }
+ &:after {
+ content: ':';
+ }
}
dd {
- padding-left: 2em;
+ padding-left: 2em;
}
\ No newline at end of file
diff --git a/source/themes/opdavies/opdavies/assets/sass/base/_tables.scss b/source/themes/opdavies/opdavies/assets/sass/base/_tables.scss
index ccd39949..877e6738 100644
--- a/source/themes/opdavies/opdavies/assets/sass/base/_tables.scss
+++ b/source/themes/opdavies/opdavies/assets/sass/base/_tables.scss
@@ -1,3 +1,3 @@
table {
- width: 100%;
+ width: 100%;
}
\ No newline at end of file
diff --git a/source/themes/opdavies/opdavies/assets/sass/components/_footer.scss b/source/themes/opdavies/opdavies/assets/sass/components/_footer.scss
index 97fa86cf..d46d4ef0 100644
--- a/source/themes/opdavies/opdavies/assets/sass/components/_footer.scss
+++ b/source/themes/opdavies/opdavies/assets/sass/components/_footer.scss
@@ -1,5 +1,5 @@
.copyright {
- border-top: 1px solid #CCC;
- margin-top: 1em;
- padding-top: 1em;
+ border-top: 1px solid #CCC;
+ margin-top: 1em;
+ padding-top: 1em;
}
\ No newline at end of file
diff --git a/source/themes/opdavies/opdavies/assets/sass/components/_latest-posts.scss b/source/themes/opdavies/opdavies/assets/sass/components/_latest-posts.scss
index 9b98cf10..ef1ab442 100644
--- a/source/themes/opdavies/opdavies/assets/sass/components/_latest-posts.scss
+++ b/source/themes/opdavies/opdavies/assets/sass/components/_latest-posts.scss
@@ -1,6 +1,6 @@
.latest-posts {
- li.active a {
- color: $dark-gray;
- font-weight: $semibold;
- }
+ li.active a {
+ color: $dark-gray;
+ font-weight: $semibold;
+ }
}
\ No newline at end of file
diff --git a/source/work.md b/source/work.md
index 9c600792..e2353a86 100644
--- a/source/work.md
+++ b/source/work.md
@@ -3,7 +3,7 @@ layout: default
title: Work
nav: work
meta:
- description: "Information about Oliver's current work."
+ description: "Information about Oliver's current work."
---
# Work
@@ -15,15 +15,15 @@ Some of the tasks that I've worked on so far:
* Building new pages for [Supporting Partners](https://www.drupal.org/supporters/partners), [Technology Supporters](https://www.drupal.org/supporters/technology) and [Hosting Supporters](https://www.drupal.org/supporters/hosting).
* Improving user profiles
- * Configuring human-readable paths for user profiles using [Pathauto](https://www.drupal.org/project/pathauto).
- * Migration of user data from profile values to fields, and various user profile improvements.
- * Adding [LoginToboggan](https://www.drupal.org/project/logintoboggan) to Drupal.org and improving the user login and registration processes.
+ * Configuring human-readable paths for user profiles using [Pathauto](https://www.drupal.org/project/pathauto).
+ * Migration of user data from profile values to fields, and various user profile improvements.
+ * Adding [LoginToboggan](https://www.drupal.org/project/logintoboggan) to Drupal.org and improving the user login and registration processes.
* Theming of [DrupalCon Amsterdam](https://amsterdam2014.drupal.org) and [DrupalCon Latin America](https://latinamerica2015.drupal.org) sites.
* Working on responsive [Bluecheese](https://www.drupal.org/project/bluecheese) (the Drupal.org theme).
* Customisations to the [Election](https://www.drupal.org/project/election) module for the [2015 Drupal Association Board community elections](http://assoc.drupal.org/2015-nominations).
* User role progression
- * Adding a "New" badge to pictures of new users for their first 90 days on the site.
- * Adding a "confirm" button to relevant user profile pages and comments.
+ * Adding a "New" badge to pictures of new users for their first 90 days on the site.
+ * Adding a "confirm" button to relevant user profile pages and comments.
## Freelance
diff --git a/templates/post.md b/templates/post.md
index b2930d39..89f3c8d3 100644
--- a/templates/post.md
+++ b/templates/post.md
@@ -3,6 +3,6 @@ title:
description:
nav: blog
tags:
- -
+ -
draft: true
---
diff --git a/templates/project.md b/templates/project.md
index 8c921a25..3811cb9b 100644
--- a/templates/project.md
+++ b/templates/project.md
@@ -4,7 +4,7 @@ website:
client_name:
client_url:
tags:
- -
+ -
---
Some text about the project.