Partially migrated to Foundatoin 6

This commit is contained in:
Christoph Haas 2016-03-02 21:36:58 +01:00
parent d7bfa0843f
commit 7e7d2e6c0b
6 changed files with 388 additions and 391 deletions

View file

@ -1,14 +1,14 @@
doctype html
html
head
title screenshots.debian.net
title =(content_for?(:title) ? yield(:title) : "screenshots.debian.net")
/ TODO: make title reflect the virtual host (e.g. Debian)
meta charset="utf-8"
meta name="keywords" content="debian screenshots packages applications linux"
/ meta name="keywords" content="debian screenshots packages applications linux"
meta name="viewport" content="width=device-width, initial-scale=1.0"
/ TODO: make the keywords reflect the virtual host (e.g. Debian)
= stylesheet_link_tag "application", media: "all"
= javascript_include_tag "vendor/modernizr"
/ = javascript_include_tag "vendor/modernizr"
= javascript_include_tag "application"
= csrf_meta_tags
@ -24,7 +24,6 @@ html
// Load Javascript libraries
// Initialize Zurb Foundation
javascript:
//$(document).foundation();
$(".fancybox").fancybox({
prevEffect : 'none',
nextEffect : 'none',