Remove old stylesheet
This commit is contained in:
parent
27d38141c2
commit
7a15576b74
|
@ -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 %}
|
||||
|
|
|
@ -41,7 +41,3 @@ use: [posts]
|
|||
</ul>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/blog.css">
|
||||
{% endblock %}
|
||||
|
|
|
@ -49,7 +49,3 @@ redirect:
|
|||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/experience.css">
|
||||
{% endblock %}
|
||||
|
|
|
@ -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 @@ I’m 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
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue