forked from toolshed/coopcloud.tech
		
	add suport for opengraph and twitter cards
This commit is contained in:
		@ -6,6 +6,8 @@
 | 
				
			|||||||
    {{/*  scss compiling  */}}
 | 
					    {{/*  scss compiling  */}}
 | 
				
			||||||
    {{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }}
 | 
					    {{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }}
 | 
				
			||||||
    {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }}
 | 
					    {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }}
 | 
				
			||||||
 | 
					    {{ template "_internal/opengraph.html" . }}
 | 
				
			||||||
 | 
					    {{ template "_internal/twitter_cards.html" . }}
 | 
				
			||||||
    <link href='{{ $style.RelPermalink }}' rel="stylesheet">
 | 
					    <link href='{{ $style.RelPermalink }}' rel="stylesheet">
 | 
				
			||||||
    <title>{{ $title }}</title>
 | 
					    <title>{{ $title }}</title>
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user