Remove blog.css as it is no longer used

Signed-off-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
Celeste Horgan
2020-09-02 10:30:43 -07:00
parent 0da853bb11
commit 0815480036
2 changed files with 0 additions and 512 deletions
-2
View File
@@ -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>