Fix overwriting problem

This commit is contained in:
Hyunchul Kim 2021-02-16 20:51:44 +09:00
parent 7c762aee3b
commit 33d1060675
6 changed files with 9 additions and 9 deletions

View file

@ -35,7 +35,7 @@ html_head = """
</a> </a>
</span> </span>
<span id="to_timeline"> <span id="to_timeline">
<a href="/events/"> <a href="/events/list.html">
TIMELINE TIMELINE
</a> </a>
</span> </span>

View file

@ -31,7 +31,7 @@ html_head_event = """
</div> </div>
<div id="timeline_icon_wrapper" class="svg_wrapper"> <div id="timeline_icon_wrapper" class="svg_wrapper">
<a href="/events/"> <a href="/events/list.html">
<img id="about_icon"src="/src/img/events_events-back.svg" alt="구름 모양 타임라인 버튼"> <img id="about_icon"src="/src/img/events_events-back.svg" alt="구름 모양 타임라인 버튼">
</a> </a>
</div> </div>
@ -47,7 +47,7 @@ html_head_event = """
</a> </a>
</span> </span>
<span id="to_timeline"> <span id="to_timeline">
<a href="/events/"> <a href="/events/list.html">
TIMELINE TIMELINE
</a> </a>
</span> </span>

View file

@ -36,7 +36,7 @@ html_head_events = """
</a> </a>
</span> </span>
<span id="to_timeline"> <span id="to_timeline">
<a href="/events/"> <a href="/events/list.html">
TIMELINE TIMELINE
</a> </a>
</span> </span>

View file

@ -24,7 +24,7 @@
</div> </div>
<div id="timeline_icon_wrapper" class="svg_wrapper"> <div id="timeline_icon_wrapper" class="svg_wrapper">
<a href="/events/"> <a href="/events/list.html">
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼"> <img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
</a> </a>
</div> </div>
@ -40,7 +40,7 @@
</a> </a>
</span> </span>
<span id="to_timeline"> <span id="to_timeline">
<a href="/events/"> <a href="/events/list.html">
TIMELINE TIMELINE
</a> </a>
</span> </span>

View file

@ -19,7 +19,7 @@
</div> </div>
<div id="timeline_icon_wrapper" class="svg_wrapper"> <div id="timeline_icon_wrapper" class="svg_wrapper">
<a href="/events/"> <a href="/events/list.html">
<img id="about_icon"src="/src/img/events_events.svg" alt="구름 모양 타임라인 버튼"> <img id="about_icon"src="/src/img/events_events.svg" alt="구름 모양 타임라인 버튼">
</a> </a>
</div> </div>

View file

@ -25,7 +25,7 @@
</div> </div>
<div id="timeline_icon_wrapper" class="svg_wrapper"> <div id="timeline_icon_wrapper" class="svg_wrapper">
<a href="/events/"> <a href="/events/list.html">
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼"> <img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
</a> </a>
</div> </div>
@ -41,7 +41,7 @@
</a> </a>
</span> </span>
<span id="to_timeline"> <span id="to_timeline">
<a href="/events/"> <a href="/events/list.html">
TIMELINE TIMELINE
</a> </a>
</span> </span>