Jan Dittberner
ea9641cfb1
This commit improves the page structure and unifies the layout. Some reusable parts of the HTML code have been moved into page_fragments.html.
12 lines
No EOL
304 B
HTML
12 lines
No EOL
304 B
HTML
{{ define "footer.html" }}
|
|
</div>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
$('.message .close').on('click', function () {
|
|
$(this).closest('.message').transition('fade');
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
{{ end }} |