From 78754a5ef0eedebc530499d93c5637ff103d18a5 Mon Sep 17 00:00:00 2001 From: Dan Steadman Date: Fri, 31 Jan 2014 11:53:35 -0800 Subject: [PATCH] hiding title on resume --- sass/custom/_styles.scss | 5 +++++ source/_layouts/page.html | 4 ++-- source/resume/index.markdown | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index 6bd75fc..f791f6e 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -21,3 +21,8 @@ .squat { line-height:1.25; } + +.document-header { + margin-top:30px; +} + diff --git a/source/_layouts/page.html b/source/_layouts/page.html index e2283a0..b316273 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -3,8 +3,8 @@ ---
- {% if page.title %} -
+ {% if page.title and page.displaytitle %} +
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
diff --git a/source/resume/index.markdown b/source/resume/index.markdown index 0670234..dd9d3d5 100644 --- a/source/resume/index.markdown +++ b/source/resume/index.markdown @@ -5,12 +5,15 @@ date: 2014-01-29 16:37 comments: true sharing: true displaydate: false +displaytitle: false footer: true --- ### About Me

I am a self-taught web developer with nearly four years of agency and freelance experience. I prefer working in Ruby on Rails, however I also have extensive experience with Drupal, Wordpress and some experience with Django.

+### Where I'm Headed +

I'm interested primarily in Rails as an API and moving front-end to the client with frameworks such as Angular, Ember and Meteor

## Technology * **Servers:** Nginx, Apache, Thin