Welcome to mirror list, hosted at ThFree Co, Russian Federation.

head.html « partials « layouts - github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caaa5a679c45d311ea77e847c84fe3a0904f1cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    {{ $options := (dict "targetPath" "less.css" "outputStyle" "compressed" "enableSourceMap" true) }}
    {{ $style := resources.Get "scss/less.scss" | resources.ToCSS $options }}
    <link href="/images/favicon.png" rel="icon" type="image/ico">
    <link rel="stylesheet" href="{{ $style.Permalink }}">
    <link rel="stylesheet" href="//at.alicdn.com/t/font_1995642_5r07rt5x862.css">
    <link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/tocbot/4.11.1/tocbot.css">
    <title>面向自由编程</title>
</head>