Remove blog.css as it is no longer used
Signed-off-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
{{ partial "head.html" . }}
|
||||
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
|
||||
<!-- Disabled as Docsy is primarily handling styles for this template now -->
|
||||
<!-- <link rel="stylesheet" type="text/css" href="{{ "css/blog.css" | relURL }}"> -->
|
||||
</head>
|
||||
<body class="td-{{ .Kind }} td-blog">
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user