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

head.html « partials « layouts - github.com/tylerjlawson/simple-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 854fe1ff13cc4a96d7a3babdddc8573a9b39ec9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<head>
  <title>{{ .Site.Title }}</title>
  <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">

  {{ $style := resources.Get "main.scss" | toCSS }}
  <link rel="stylesheet" href="{{ trim style.RelPermalink "/" }}" />

  <link
    rel="stylesheet"
    href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
    integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
    crossorigin="anonymous"
  />
</head>