| | |
| | | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| | | <meta name="description" content="{{ .Site.Params.description }}"> |
| | | <link rel="stylesheet" href="{{ `css/style.css` | absURL }}" type="text/css"> |
| | | |
| | | <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> |
| | | <base href="{{ .Site.BaseURL }}"> |
| | | |
| | | <link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon"> |
| | | <!-- Favicons --> |
| | | <link rel="shortcut icon" href="{{ .Site.Params.favicon | absURL }}favicon.ico" type="image/x-icon"> |
| | | <link rel="apple-touch-icon" sizes="180x180" href="{{ .Site.Params.favicon | absURL }}apple-touch-icon.png"> |
| | | <link rel="icon" type="image/png" sizes="32x32" href="{{ .Site.Params.favicon | absURL }}favicon-32x32.png"> |
| | | <link rel="icon" type="image/png" sizes="16x16" href="{{ .Site.Params.favicon | absURL }}favicon-16x16.png"> |
| | | |
| | | <link rel="canonical" href="{{ .Permalink }}"> |
| | | {{ if or .Params.math .Site.Params.math }} |
| | | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous"> |