added events for 2017
This commit is contained in:
parent
e30ca9720d
commit
fdfb1eb10b
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Employability Forum for Academic Partners"
|
||||
date: "2017-09-13T11:30:00+00:00"
|
||||
date: 2017-09-13T11:30:00+00:00
|
||||
host: "University of Birmingham"
|
||||
duration: 7776000
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
date: "2017-03-10T12:00:00+01:00"
|
||||
date: 2017-03-10T12:00:00+01:00
|
||||
title: "What are the ethics of the science and religion debate?"
|
||||
host: "Centre for Global Ethics Seminar"
|
||||
publishdate: "2017-03-10"
|
||||
publishdate: 2017-03-10
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Session on Christianity and the Common Good"
|
||||
date: "2017-07-14T11:30:00+00:00"
|
||||
enddate: "2017-07-14T13:00:00+00:00"
|
||||
date: 2017-07-14T11:30:00+00:00
|
||||
enddate: 2017-07-14T13:00:00+00:00
|
||||
host: "Ripon College Cuddesdon, Oxford"
|
||||
duration: 7776000
|
||||
---
|
||||
|
|
|
@ -68,9 +68,9 @@
|
|||
{{ range first 5 (where .Data.Pages.ByDate "Section" "publications").Reverse }}
|
||||
<li><i class="fa-li fa {{ if eq .Type "unpublished" }}fa-file-o {{ else if eq .Params.kind "book" }}fa-book {{ else }}fa-file {{ end }} fa-fw" style="color:#03396c;font-size:80%;padding-top:6px;"></i> {{ .Params.citation | safeHTML }}
|
||||
<a href="{{ .Permalink }}" class="badge badge-small">Abstract</a>
|
||||
{{ end }}
|
||||
{{ if isset .Params "file" }}<a href="{{.Site.BaseURL}}files/papers/{{ .Params.file }}" class="badge badge-small"><i class="fa fa-file-pdf-o"></i> pdf</a>{{ end }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<footer class="group">
|
||||
<nav class="navbar navbar-right"><a href="/publications">→ More Papers</a></nav>
|
||||
|
@ -80,12 +80,12 @@
|
|||
<h3>Recent & Upcoming Presentations</h3>
|
||||
<ul class="compact fa-ul">
|
||||
{{ range (where .Data.Pages.ByDate "Section" "presentations").Reverse }}
|
||||
{{ if (ge .Date.Unix .Now.Unix) }}
|
||||
{{ if (le .Date.Unix (add .Now.Unix 10368000)) }}
|
||||
<li><i class="fa-li fa fa-comment-o fa-fw" style="color:#b00;font-size:80%;padding-top:6px;"></i><a href="{{ .Permalink }}"><em>{{ .Title | safeHTML }}</em></a>, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). {{ partial "comingsoon.html" . }}
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if (ge .Date.Unix .Now.Unix) }}
|
||||
{{ if (le .Date.Unix (add .Now.Unix 10368000)) }}
|
||||
<li><i class="fa-li fa fa-comment-o fa-fw" style="color:#b00;font-size:80%;padding-top:6px;"></i><a href="{{ .Permalink }}"><em>{{ .Title | safeHTML }}</em></a>, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). {{ partial "comingsoon.html" . }}
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if (ge .Now.Unix .Date.Unix ) }}
|
||||
{{ if (le .Now.Unix (add .Date.Unix 12368000)) }}
|
||||
<li><i class="fa-li fa fa-comment-o fa-fw" style="color:#e88;font-size:80%;padding-top:6px;"></i><a href="{{ .Permalink }}"><em>{{ .Title | safeHTML }}</em></a>, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}).
|
||||
|
|
Loading…
Reference in a new issue