uci-hugo-landingpage/layouts/partials/head/css.html

28 lines
951 B
HTML
Raw Normal View History

<!-- CSS External Libraries -->
<!-- Light Gallery-->
2017-03-04 20:02:56 -08:00
<link href="https://cdn.jsdelivr.net/lightgallery/1.3.9/css/lightgallery.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/lightgallery/1.3.9/css/lg-transitions.min.css" rel="stylesheet">
<!-- Site Base CSS -->
2017-03-10 22:59:27 -08:00
<link href="/css/base.css" rel="stylesheet">
<!-- Site CSS -->
<link href="/css/page.css" rel="stylesheet">
<!-- Site Navigation CSS -->
<link href="/css/navbar.css" rel="stylesheet">
2017-03-04 20:02:56 -08:00
<!-- Photo Gallery Styling with thumbsup -->
2017-03-10 22:59:27 -08:00
<!-- <link href="/css/thumbsup.css" rel="stylesheet"> -->
<!-- Responsive Media Queries -->
<link href="/css/responsive.css" rel="stylesheet">
<!-- configurable styles -->
2017-03-04 20:02:56 -08:00
{{ partial "head/styles.html" . }}
<!-- Custom/Override CSS files -->
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
{{ end }}