зеркало из
1
0
Форкнуть 0
opensource-management-portal/views/head.pug

35 строки
1.4 KiB
Plaintext

//-
//- Copyright (c) Microsoft.
//- Licensed under the MIT license. See LICENSE file in the project root for full license information.
//-
head
- var resourceVersion = '4a'
meta(charset='utf-8')
title= title
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(name='author', content='Microsoft Open Source')
block meta
link(href='/css/bootstrap.min.css?' + resourceVersion, rel='stylesheet')
link(href='/repos-css/oss.css?' + resourceVersion, rel='stylesheet')
link(href='/css/octicons.css?' + resourceVersion, rel='stylesheet')
link(rel='shortcut icon', href='/favicon.ico')
link(rel='apple-touch-icon', sizes='114x114,72x72,144x144,60x60,120x120,76x76,152x152,180x180', href='/favicon-144.png')
meta(name='msapplication-config', content='none')
//[if lt IE 9]
<script src="https://ajax.aspnetcdn.com/ajax/respond/1.4.2/respond.min.js"/>
[endif]
block additional_head
block js
script(type='text/javascript', src='/js/jquery.min.js')
script(type='text/javascript', src='/js/bootstrap.min.js')
script(type='text/javascript', src='/js/jquery.timeago.js')
script(type='text/javascript', src='/js/jquery.uitablefilter.js')
| <script type='text/javascript'>
| $(document).ready(function() {
block js_doc_ready
| jQuery('time').timeago();
| });
| </script>