Skip to content

Commit 5855938

Browse files
committed
deleted
1 parent 9a0908c commit 5855938

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

_pages/cv.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -136,22 +136,3 @@ I’m currently part of the incredible team at **IBM Quantum**, where I help des
136136
> Curious about quantum weirdness? Let's make it your advantage — not your enemy.
137137
> *Raye Penber*
138138
139-
140-
Publications
141-
======
142-
<ul>{% for post in site.publications reversed %}
143-
{% include archive-single-cv.html %}
144-
{% endfor %}</ul>
145-
146-
Talks
147-
======
148-
<ul>{% for post in site.talks reversed %}
149-
{% include archive-single-talk-cv.html %}
150-
{% endfor %}</ul>
151-
152-
Teaching
153-
======
154-
<ul>{% for post in site.teaching reversed %}
155-
{% include archive-single-cv.html %}
156-
{% endfor %}</ul>
157-

_pages/sitemap.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,4 @@ A list of all the posts and pages found on the site. For you robots out there, t
1717
<h2>Posts</h2>
1818
{% for post in site.posts %}
1919
{% include archive-single.html %}
20-
{% endfor %}
21-
22-
{% capture written_label %}'None'{% endcapture %}
23-
24-
{% for collection in site.collections %}
25-
{% unless collection.output == false or collection.label == "posts" %}
26-
{% capture label %}{{ collection.label }}{% endcapture %}
27-
{% if label != written_label %}
28-
<h2>{{ label }}</h2>
29-
{% capture written_label %}{{ label }}{% endcapture %}
30-
{% endif %}
31-
{% endunless %}
32-
{% for post in collection.docs %}
33-
{% unless collection.output == false or collection.label == "posts" %}
34-
{% include archive-single.html %}
35-
{% endunless %}
36-
{% endfor %}
37-
{% endfor %}
20+
{% endfor %}

0 commit comments

Comments
 (0)