Browse Source

main title is index link

master
crunk 2 years ago
parent
commit
58a2f4f062
  1. 3
      library/data/.gitignore
  2. 2
      library/templates/base.html

3
library/data/.gitignore

@ -1,3 +0,0 @@
*
*/
!.gitignore

2
library/templates/base.html

@ -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…
Cancel
Save