Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
@layout: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 28, 2016
1 parent 0c74e15 commit f99d3f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/presenters/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* @param string $basePath web base path
* @param array $flashes flash messages
*}

<!DOCTYPE html>
<html>
<head>
Expand All @@ -11,7 +10,6 @@
<title>{ifset title}{include title|striptags} | {/ifset}Nette Sandbox</title>

<link rel="stylesheet" href="{$basePath}/css/style.css">
<link rel="shortcut icon" href="{$basePath}/favicon.ico">
<meta name="viewport" content="width=device-width">
{block head}{/block}
</head>
Expand All @@ -22,8 +20,8 @@
{include content}

{block scripts}
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//nette.github.io/resources/js/netteForms.min.js"></script>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://nette.github.io/resources/js/netteForms.min.js"></script>
<script src="{$basePath}/js/main.js"></script>
{/block}
</body>
Expand Down

0 comments on commit f99d3f5

Please sign in to comment.