fix link
This commit is contained in:
parent
1d74a3356d
commit
9431619825
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
<div class="intro">
|
<div class="intro">
|
||||||
|
|
||||||
<img class="profile" src="/tomato.png">
|
<img class="profile" src="./tomato.png">
|
||||||
|
|
||||||
<h1>Pomo</h1>
|
<h1>Pomo</h1>
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,4 @@ theme = "minimal"
|
||||||
highlight = true
|
highlight = true
|
||||||
highlightStyle = "solarized-dark"
|
highlightStyle = "solarized-dark"
|
||||||
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
|
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
|
||||||
profilePic = "/tomato.png"
|
profilePic = "./tomato.png"
|
||||||
|
|
Loading…
Reference in New Issue