[Git][reproducible-builds/reproducible-website][master] 2 commits: Drop errant parens.
Chris Lamb
gitlab at salsa.debian.org
Sun Dec 23 00:01:55 CET 2018
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
f25f0cff by Chris Lamb at 2018-12-22T23:01:16Z
Drop errant parens.
- - - - -
a0c586c5 by Chris Lamb at 2018-12-22T23:01:42Z
Migrate news entries to new style.
- - - - -
12 changed files:
- + _layouts/new/post.html
- − _layouts/post.html
- _posts/2015-10-16-new-homepage.markdown
- _posts/2016-04-30-weekly-news.markdown
- _posts/2016-12-06-reproducible-builds-berlin-meeting.markdown
- _posts/2017-05-03-reproduciing-r-packages.markdown
- _posts/2017-05-05-reproducible-builds-hamburg-hackathon.markdown
- _posts/2017-10-30-reproducible-builds-berlin-meeting.markdown
- _posts/2018-04-24-reproducible-builds-logo-and-styleguide.markdown
- _posts/2018-09-13-reproducible-builds-paris-meeting.markdown
- _posts/2018-11-08-reproducible-builds-joins-software-freedom-concervancy.md
- news.md
Changes:
=====================================
_layouts/new/post.html
=====================================
@@ -0,0 +1,13 @@
+---
+layout: new/default
+---
+
+<p>← <a href="{{ "/news/" | prepend: site.baseurl }}">View all news</a></p>
+
+<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
+
+<p class="text-muted">
+ {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
+</p>
+
+{{ content }}
=====================================
_layouts/post.html deleted
=====================================
@@ -1,25 +0,0 @@
----
-layout: default
----
-<div class="post">
-
- <header class="post-header">
- <div class="row">
- <div class="four columns">
- <p class="meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
- </div>
- <div class="eight columns">
- <h1>{{ page.title }}</h1>
- </div>
- </div>
- </header>
-
- <article class="post-content">
- <div class="row">
- <div class="four columns"> </div>
- <div class="eight columns text">
- {{ content }}
- </div>
- </article>
-
-</div>
=====================================
_posts/2015-10-16-new-homepage.markdown
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "A new homepage"
date: 2015-10-16 14:06:41
categories: org
=====================================
_posts/2016-04-30-weekly-news.markdown
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "Reproducible weekly news"
date: 2016-04-30 09:23:42
categories: org
=====================================
_posts/2016-12-06-reproducible-builds-berlin-meeting.markdown
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "Reproducible Builds Berlin meeting"
date: 2016-12-13 09:23:42
categories: org
=====================================
_posts/2017-05-03-reproduciing-r-packages.markdown
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "Reproducing R packages"
date: 2017-05-03 12:37:58
---
=====================================
_posts/2017-05-05-reproducible-builds-hamburg-hackathon.markdown
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "Reproducible Builds Hamburg Hackathon"
date: 2017-05-05 13:37:42
categories: org
=====================================
_posts/2017-10-30-reproducible-builds-berlin-meeting.markdown
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "Reproducible Builds Berlin meeting"
date: 2017-10-30 09:23:42
categories: org
=====================================
_posts/2018-04-24-reproducible-builds-logo-and-styleguide.markdown
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "Reproducible Builds logo and styleguide"
date: 2018-04-24 23:42:23
categories: org
=====================================
_posts/2018-09-13-reproducible-builds-paris-meeting.markdown
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "Reproducible Builds Paris meeting"
date: 2018-09-13 18:37:42
categories: org
=====================================
_posts/2018-11-08-reproducible-builds-joins-software-freedom-concervancy.md
=====================================
@@ -1,5 +1,5 @@
---
-layout: post
+layout: new/post
title: "Reproducible Builds joins the Software Freedom Conservancy"
date: 2018-11-08 13:00:00
categories: org
=====================================
news.md
=====================================
@@ -17,7 +17,7 @@ order: 7
{{ post.excerpt }}
-<a href="({{ post.url | prepend: site.baseurl }}" class="btn btn-outline-primary">
+<a href="{{ post.url | prepend: site.baseurl }}" class="btn btn-outline-primary">
Read more…
</a>
{% endfor %}
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/efab7878f2d4a0acf8ece6136128870b7c5c372f...a0c586c5a5237857148654d07bffc7ee90673c99
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/efab7878f2d4a0acf8ece6136128870b7c5c372f...a0c586c5a5237857148654d07bffc7ee90673c99
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181222/7582562b/attachment.html>
More information about the rb-commits
mailing list