This commit is contained in:
Kevin Schoon 2018-01-22 23:14:05 +08:00
parent 1d74a3356d
commit 9431619825
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
<div class="intro">
<img class="profile" src="/tomato.png">
<img class="profile" src="./tomato.png">
<h1>Pomo</h1>

View File

@ -16,4 +16,4 @@ theme = "minimal"
highlight = true
highlightStyle = "solarized-dark"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
profilePic = "/tomato.png"
profilePic = "./tomato.png"