handle left/right arrow keys for album nav
This commit is contained in:
parent
ac08b1fc84
commit
d1dcb610d6
2 changed files with 20 additions and 1 deletions
|
|
@ -3,13 +3,17 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ static_dir }}/index.css" type="text/css">
|
||||
<title>My Photos</title>
|
||||
<link rel="stylesheet" href="{{ static_dir }}/index.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
{% block js %}
|
||||
{% endblock %}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue