Skip to content
Snippets Groups Projects
Commit 8909c6d8 authored by Josh Borrow's avatar Josh Borrow
Browse files

Added talks page (and initial test data)

parent c407e96e
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ link: "https://gitlab.cosma.dur.ac.uk/" ...@@ -2,6 +2,7 @@ link: "https://gitlab.cosma.dur.ac.uk/"
navbar: [ navbar: [
# Give in [Display_Name, Template_Name format]. # Give in [Display_Name, Template_Name format].
['Home', "index.html"], [Home, "index.html"],
[Publications, "pubs.html"], [Publications, "pubs.html"],
[Talks, "talks.html"]
] ]
\ No newline at end of file
cards:
- title: "Hello World"
date: "19th June 1995"
img: "helloworld.png"
- title: "Hello Dogs"
date: "18th June 1994"
img: "hellodogs.png"
\ No newline at end of file
...@@ -110,7 +110,8 @@ def render(render_pages, data_dir, template_dir, output_dir): ...@@ -110,7 +110,8 @@ def render(render_pages, data_dir, template_dir, output_dir):
if __name__ == "__main__": if __name__ == "__main__":
pages = [ pages = [
"index.html", "index.html",
"pubs.html" "pubs.html",
"talks.html"
] ]
render( render(
......
{% extends "pubs.html" %}
{% block title %}Talks{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment