main title is index link
This commit is contained in:
parent
73fefd44ba
commit
58a2f4f062
3
library/data/.gitignore
vendored
3
library/data/.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
*
|
|
||||||
*/
|
|
||||||
!.gitignore
|
|
@ -16,7 +16,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="cloud"></div>
|
<div id="cloud"></div>
|
||||||
<h1 id="varia">VARIA LIBRARY COLLECTION</h1>
|
<a href="/"><h1 id="varia">VARIA LIBRARY COLLECTION</h1></a>
|
||||||
<a href="pastevents"><img src="{{ url_for('static', filename='svg/bookmark-past.svg')}}" id="pastevents" /></a>
|
<a href="pastevents"><img src="{{ url_for('static', filename='svg/bookmark-past.svg')}}" id="pastevents" /></a>
|
||||||
{% if upcoming %}
|
{% if upcoming %}
|
||||||
<a href="upcoming"><img src="{{ url_for('static', filename='svg/bookmark-upcoming.svg')}}" id="upcomingevents" /></a>
|
<a href="upcoming"><img src="{{ url_for('static', filename='svg/bookmark-upcoming.svg')}}" id="upcomingevents" /></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user