diff options
| -rw-r--r-- | static/contact.xml | 2 | ||||
| -rw-r--r-- | static/cv.xml | 4 | ||||
| -rw-r--r-- | static/cv.xsl (renamed from static/resume.xsl) | 0 | ||||
| -rw-r--r-- | static/index.xml | 2 | ||||
| -rw-r--r-- | static/resume.xml | 4 | ||||
| -rw-r--r-- | static/templates.xsl | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/static/contact.xml b/static/contact.xml index 18d1e8b..398dc96 100644 --- a/static/contact.xml +++ b/static/contact.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" ?> +<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="contact.xsl"?> <page> </page> diff --git a/static/cv.xml b/static/cv.xml new file mode 100644 index 0000000..ee8b227 --- /dev/null +++ b/static/cv.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl" href="cv.xsl"?> +<page> +</page> diff --git a/static/resume.xsl b/static/cv.xsl index 38713c5..38713c5 100644 --- a/static/resume.xsl +++ b/static/cv.xsl diff --git a/static/index.xml b/static/index.xml index e7b7d6f..3e7cb5a 100644 --- a/static/index.xml +++ b/static/index.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" ?> +<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="index.xsl"?> <page> </page> diff --git a/static/resume.xml b/static/resume.xml deleted file mode 100644 index e17fc36..0000000 --- a/static/resume.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" ?> -<?xml-stylesheet type="text/xsl" href="resume.xsl"?> -<page> -</page> diff --git a/static/templates.xsl b/static/templates.xsl index e494a1c..47c16b3 100644 --- a/static/templates.xsl +++ b/static/templates.xsl @@ -42,7 +42,7 @@ href="/log" >Log (thoughts, photos, videos, sturdy timber, et al.)</a></li> <li><a href="/contact">Contact</a></li> - <li><a href="/resume"><img + <li><a href="/cv"><img class="icon" src="/icons/paperclip.svg#paperclip" /> CV</a></li> |
