diff --git a/exampleSite/static/.gitkeep b/exampleSite/static/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/exampleSite/static/img/portrait.jpg b/exampleSite/static/img/portrait.jpg new file mode 100644 index 00000000..fe624f5e Binary files /dev/null and b/exampleSite/static/img/portrait.jpg differ diff --git a/static/css/hugo-academic.css b/static/css/hugo-academic.css index dd214e1b..728b4d25 100644 --- a/static/css/hugo-academic.css +++ b/static/css/hugo-academic.css @@ -136,7 +136,7 @@ footer, footer p { } #profile .portrait { - background-image: url('/img/portrait.jpg'); + background-image: url('../img/portrait.jpg'); width: 200px; height: 200px; margin: 0 auto;