Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hugo-goa
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sadman Kazi
hugo-goa
Commits
80342613
Commit
80342613
authored
Oct 24, 2017
by
Rajesh Shenoy
Committed by
GitHub
Oct 24, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #31 from davidcai/author-image-url-fix
fix(layout): Make author image url honor baseURL
parents
70a49416
719fd60f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
avatar.html
layouts/partials/avatar.html
+1
-1
No files found.
layouts/partials/avatar.html
View file @
80342613
<header
class=
"row text-center header"
>
{{ with .Site.Params.authorimage }}
<img
src=
"img/{{ . }}"
alt=
"Author Image"
class=
"img-circle text-center headshot"
>
{{ end }}
{{ with .Site.Params.authorimage }}
<img
src=
"
/
img/{{ . }}"
alt=
"Author Image"
class=
"img-circle text-center headshot"
>
{{ end }}
<h1
class=
"author"
>
{{ .Site.Params.author }}
</h1>
</header>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment