update: make profile picture name hardcoded
This commit is contained in:
parent
303872dd67
commit
546a130916
@ -6,7 +6,6 @@ googleAnalytics = "UA-1234-6"
|
||||
timeout=3000
|
||||
|
||||
[params]
|
||||
profile_image="profile_bw.jpg"
|
||||
subtitle= "PhD Student"
|
||||
interests="Deep Reinforcement Learning, Machine Learning "
|
||||
cv_name= "HadiSinaee_CV.pdf"
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div class="header">
|
||||
<img src="{{ .Site.Params.profile_image }}" class="profile_image">
|
||||
<img src="profile.jpg" class="profile_image">
|
||||
<h1 class="site-title">{{ .Site.Title }}</h1>
|
||||
<div class="site-affilation">
|
||||
<span class="affilation">
|
||||
|
Loading…
Reference in New Issue
Block a user