add css files to main
This commit is contained in:
		@@ -5,6 +5,8 @@
 | 
			
		||||
	<link rel="canonical" href="{{ .Site.BaseURL }}">
 | 
			
		||||
	<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>
 | 
			
		||||
	<link rel='stylesheet' type='text/css' href='/style.css'>
 | 
			
		||||
	<link rel='stylesheet' type='text/css' href='/hugo.css'>
 | 
			
		||||
	<link rel='stylesheet' type='text/css' href='/content.css'>
 | 
			
		||||
	{{ with .Site.Params.favicon }}<link rel="icon" href="{{ . }}">
 | 
			
		||||
	{{ end -}}
 | 
			
		||||
	<meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user