2020-12-06 16:20:47 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-12-07 14:40:34 +00:00
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
|
2020-12-06 16:20:47 +00:00
|
|
|
<link rel="stylesheet" href="/css/global.css">
|
|
|
|
{{ $title := print .Site.Title " | " .Title }}
|
|
|
|
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
|
|
|
<title>{{ $title }}</title>
|
2020-12-07 14:40:34 +00:00
|
|
|
<link rel='stylesheet' id='hello-elementor-css' href='/css/old/style.min.css' type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='/css/old/theme.min.css' type='text/css'
|
|
|
|
media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-icons-css' href='/css/old/elementor-icons.min.css' type='text/css'
|
|
|
|
media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-animations-css' href='/css/old/animations.min.css' type='text/css'
|
|
|
|
media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-frontend-legacy-css' href='/css/old/frontend-legacy.min.css' type='text/css'
|
|
|
|
media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-frontend-css' href='/css/old/frontend.min.css' type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-post-196-css' href='/css/old/post-196.css' type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-pro-css' href='/css/old/frontend.min.css' type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-global-css' href='/css/old/global.css' type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-post-139-css' href='/css/old/post-139.css' type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-post-158-css' href='/css/old/post-158.css' type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-post-165-css' href='/css/old/post-165.css' type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='google-fonts-1-css'
|
|
|
|
href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMerriweather%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=5.5.1'
|
|
|
|
type='text/css' media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='/css/old/fontawesome.min.css' type='text/css'
|
|
|
|
media='all' />
|
|
|
|
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='/css/old/solid.min.css' type='text/css'
|
|
|
|
media='all' />
|
|
|
|
<link rel='stylesheet' id='jetpack_css-css' href='https://c0.wp.com/p/jetpack/8.9.1/css/jetpack.css' type='text/css'
|
|
|
|
media='all' />
|
2020-12-06 16:20:47 +00:00
|
|
|
</head>
|