Merge branch 'sass'

This commit is contained in:
Oliver Davies 2015-10-26 22:36:30 +00:00
commit 3615ef2c7c
17 changed files with 33 additions and 49 deletions

View file

@ -18,19 +18,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ site.url }}/css/styles.css">
<link rel="stylesheet" href="{{ site.url }}/css/oliverdavies.css">
<link rel="stylesheet" href="{{ site.url }}/components/highlightjs/styles/{{ site.hightlightjs_style }}.css">
<link rel="stylesheet" href="{{ site.url }}/components/font-awesome/css/font-awesome.min.css">
{% block styles %}{% endblock %}
<style type="text/css">
main a:link,
main a:hover {
border-bottom: 1px solid;
text-decoration: none;
}
</style>
{% for size in site.apple_touch_icon_sizes %}
<link rel="apple-touch-icon" href="{{ site.gravatar.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
{% endfor %}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -96,7 +96,7 @@ testimonials:
<p>Here are some examples of the nice things that clients and former colleagues have said.</p>
<p>You can view more recommendations on my <a href="{{ site.linkedin.url }}">LinkedIn profile</a>.</p>
{% for testimonial in page.testimonials|reverse %}
{% for testimonial in page.testimonials|reverse if not testimonial.draft %}
{% set company = testimonial.company %}
<article class="testimonial">