Compare commits

...

6 Commits

Author SHA1 Message Date
czmj bc9b85e23b Add dates to blog and home (closes #46) 2018-08-21 16:35:38 +01:00
czmj bbeff69a10 Revert "change ruby version gemfile"
This reverts commit 8293415fbd.
2018-08-21 16:35:07 +01:00
czmj 8293415fbd change ruby version gemfile 2018-08-21 16:28:23 +01:00
kawaiipunk 3c3fe48672 Delete 2018-01-11-spectre-and-meltdown.md 2018-08-10 15:26:18 +00:00
georgeowell f8c9d7bf10 Merge branch 'spectre-blog-post' into 'master'
Spectre blog post

See merge request autonomic-cooperative/autonomic-cooperative.gitlab.io!20
2018-01-14 22:45:59 +00:00
georgeowell 8ad7fd5fed Spectre blog post 2018-01-14 22:45:58 +00:00
5 changed files with 8 additions and 5 deletions
+1
View File
@@ -6,6 +6,7 @@
<div class="image">{% if post.image %}<img src="{% if site.featured-image-source %}{{ post.image | prepend: site.featured-image-source | absolute_url }}{% else %}{{ "" | absolute_url }}/assets/images/{{ post.image }}{% endif %}" alt="" />{% endif %}</div>
<div class="content">
<h2><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h2>
<p class="h5">{{ post.date | date: '%B %d, %Y' }}</p>
<p>{{ post.description }}</p>
</div>
</section>
+1 -1
View File
@@ -71,7 +71,7 @@
<p>
A grounded and principled understanding of the cybersecurity domain can ensure
your organisation is not liable to any unwanted security threats. We provide
structured training.
structured training taliored to your threat model.
</p>
</li>
</ul>
+3 -2
View File
@@ -7,8 +7,8 @@
<div id="main">
<header>
{% if page.image %}
<div
{% if page.image %}
<div
class="header-image"
style="background-image: url('{% if site.featured-image-source %}{{ page.image | prepend: site.featured-image-source | absolute_url }}{% else %}{{ "" | absolute_url }}/assets/images/{{ page.image }}{% endif %}');"></div>
{% endif %}
@@ -35,6 +35,7 @@
{{ item.title }}
{% if item.layout %}</a>{% endif %}
</h2>
<p class="h5">{{ item.date | date: '%B %d, %Y' }}</p>
<p>{{ item.description }}</p>
</div>
</section>
@@ -1,7 +1,7 @@
---
layout: post
title: Our Founding Principles
description: Autonomic Co-operative And Our Core Values.
description: Autonomic Co-operative And Our Core Values
image: pic01.jpg
category: values
date: 2017-10-03
+2 -1
View File
@@ -107,6 +107,7 @@ h4 {
h5 {
font-size: 0.8em;
line-height: 1.5em;
font-style: italic;
}
.h6,
@@ -232,4 +233,4 @@ header {
display: none;
}
}
}
}