mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 18:50:51 +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 {
|
||||
background-image: url('/img/portrait.jpg');
|
||||
background-image: url('../img/portrait.jpg');
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue