Remove old stylesheet

This commit is contained in:
Oliver Davies 2017-09-05 02:26:54 +01:00
parent 27d38141c2
commit 7a15576b74
5 changed files with 0 additions and 27 deletions

View file

@ -1,7 +1,5 @@
{% extends 'page' %}
{% block body_classes 'talk talk-full' %}
{% block content_wrapper %}
<div>
{% block content %}{% endblock %}
@ -47,7 +45,3 @@
} %}
</div>
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/talk.css">
{% endblock %}

View file

@ -41,7 +41,3 @@ use: [posts]
</ul>
{% endif %}
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/blog.css">
{% endblock %}

View file

@ -49,7 +49,3 @@ redirect:
</div>
{% endfor %}
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/experience.css">
{% endblock %}

View file

@ -11,7 +11,6 @@ use: [posts, testimonials]
redirect:
- about/
---
{% block content %}
# About Me
<img src="{{ site.images_url }}{{ site.avatar.url }}" alt="Picture of Oliver" class="br-100 mw4">
@ -46,12 +45,6 @@ Im a webmaster and documentation maintainer for [Drupal.org][42], and a provi
- [Stack Overflow][37]
- [Disqus][38]
- IRC (freenode) - {{ site.irc.name }}
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/about.css">
{% endblock %}
[1]: https://www.google.com/#q=opdavies
[2]: https://www.drupal.org

View file

@ -91,9 +91,3 @@ testimonials:
</article>
{% endfor %}
{% endblock %}
{% block body_classes 'page--testimonials' %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/testimonials.css">
{% endblock %}