Skip to content

Commit 736b428

Browse files
committed
thumnail image 경로 변수화하여 재사용성 향상
1 parent bc6d836 commit 736b428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<article class="postWrapper">
66
<section class="section--first section--about is-darkBackgrounded u-table">
77
<div class="section-backgroundImage">
8-
<img class="post-featuredImage" src="{{site.baseurl}}/assets/images/thumbnail/infoBanner.png" style="" alt="">
8+
<img class="post-featuredImage" src="{{site.baseurl_featured_thumbnail}}/infoBanner.png" style="" alt="">
99
</div>
1010
<div class="section-gradient"></div>
1111
<div class="section-title is-darkBackgrounded u-tableCell u-verticalAlignMiddle">
@@ -25,7 +25,7 @@ <h2>Hyerin Won</h2>
2525
<section class="section--last">
2626
<div class="container container--content">
2727
<div class="content-body">
28-
<img class="post-featuredImage" src="{{site.baseurl}}/assets/images/thumbnail/infoBanner.png" width="100%" height="100%" alt="">
28+
<img class="post-featuredImage" src="{{site.baseurl_featured_thumbnail}}/infoBanner.png" width="100%" height="100%" alt="">
2929
<h4>About</h4>
3030
<p>그녀는 요새 웹개발을 공부하고, 챗봇에 관심이 많고, 취미로 영상편집을 하고 있다. 전공은 경영&프로그래밍을 공부하는 경영정보학과이며, 풀스택으로 개발 가능한 멋있는 개발자가 되고싶은 소녀이다:) 이름을 걸고 개발을 하자는 마음에
3131
github id가 developer + won(성) = devwon 이다.<p>

0 commit comments

Comments
 (0)