Fix overwriting problem
This commit is contained in:
parent
7c762aee3b
commit
33d1060675
6 changed files with 9 additions and 9 deletions
|
|
@ -35,7 +35,7 @@ html_head = """
|
|||
</a>
|
||||
</span>
|
||||
<span id="to_timeline">
|
||||
<a href="/events/">
|
||||
<a href="/events/list.html">
|
||||
TIMELINE
|
||||
</a>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ html_head_event = """
|
|||
</div>
|
||||
|
||||
<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="구름 모양 타임라인 버튼">
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -47,7 +47,7 @@ html_head_event = """
|
|||
</a>
|
||||
</span>
|
||||
<span id="to_timeline">
|
||||
<a href="/events/">
|
||||
<a href="/events/list.html">
|
||||
TIMELINE
|
||||
</a>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ html_head_events = """
|
|||
</a>
|
||||
</span>
|
||||
<span id="to_timeline">
|
||||
<a href="/events/">
|
||||
<a href="/events/list.html">
|
||||
TIMELINE
|
||||
</a>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
|
||||
<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="구름 모양 타임라인 버튼">
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
</a>
|
||||
</span>
|
||||
<span id="to_timeline">
|
||||
<a href="/events/">
|
||||
<a href="/events/list.html">
|
||||
TIMELINE
|
||||
</a>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
|
||||
<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="구름 모양 타임라인 버튼">
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
<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="구름 모양 타임라인 버튼">
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
</a>
|
||||
</span>
|
||||
<span id="to_timeline">
|
||||
<a href="/events/">
|
||||
<a href="/events/list.html">
|
||||
TIMELINE
|
||||
</a>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue