File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="py-3 py-md-4 py-lg-5 ">
8
8
< div class ="container ">
9
9
< h1 class ="display-4 "> Page Not Found</ h1 >
10
- < p > Perhaps you were looking for one of the following:</ p >
11
-
12
- < h3 > Essays</ h3 >
13
- < ul >
14
- {% assign essay_pages = site.pages | where: "type", "essay" | sort: "date" | reverse %}
15
- {% for page in essay_pages %}
16
- < li > < a href ="{{ site.baseurl }}{{ page.url }} "> {{ page.title }}</ a > </ li >
17
- {% endfor %}
18
- </ ul >
19
-
20
- < h3 > Projects</ h3 >
21
- < ul >
22
- {% assign project_pages = site.pages | where: "type", "project" | sort: "title" %}
23
- {% for page in project_pages %}
24
- < li > < a href ="{{ site.baseurl }}{{ page.url }} "> {{ page.title }}</ a > </ li >
25
- {% endfor %}
26
- </ ul >
10
+ < p > Please visit my < a href ="{{ '/resume.html' | prepend: site.baseurl }} "> Resume</ a > page for more info.</ p >
27
11
</ div >
28
12
</ div >
29
13
You can’t perform that action at this time.
0 commit comments