mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
Fix CSS image path and add image to exampleSite
This commit is contained in:
parent
68ebf3ab69
commit
872034c4ad
3 changed files with 1 additions and 1 deletions
BIN
exampleSite/static/img/portrait.jpg
Normal file
BIN
exampleSite/static/img/portrait.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -136,7 +136,7 @@ footer, footer p {
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile .portrait {
|
#profile .portrait {
|
||||||
background-image: url('/img/portrait.jpg');
|
background-image: url('../img/portrait.jpg');
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue