Skip to content

Commit

Permalink
fix: Resume page separation avatar image configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
17px committed Oct 30, 2023
1 parent 9d78f5f commit 10f3613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dockyard/src/modules/resume/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<aside>
<div class="base">
<figure>
<img src="/img/avatar.png" alt="">
<img src="<%- page.avatar %>" />
</figure>
<h3><%- page.name %></h3>
<div class="badge">
Expand Down
1 change: 1 addition & 0 deletions test/hexo-test/source/resume/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: resume
layout: resume
avatar: /img/avatar.png
name: Hi! Mozzie
role: Full Stack
email: [email protected]
Expand Down

0 comments on commit 10f3613

Please sign in to comment.