Reworked nav bar and paging links
This commit is contained in:
@@ -9,7 +9,20 @@
|
||||
<link href="{% static 'css/styles.css' %}" rel="stylesheet">
|
||||
</head>
|
||||
<body class="background">
|
||||
{% include 'partials/navigation.html'%}
|
||||
<table class="fc mauto">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="/gallery/">
|
||||
<img src="{% static 'imgs/gohome.png' %}" class="small-nav-icon">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="..">
|
||||
<img src="{% static 'imgs/back.png' %}" class="small-nav-icon">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="centered-container">
|
||||
<div class="image-container">
|
||||
<a href="{{image_path}}" target="_blank">
|
||||
|
Reference in New Issue
Block a user