diff options
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 57ef293..21adb0d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,8 +13,6 @@ <meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" /> - {{ partial "seo.html" . }} - <link type="text/css" rel="stylesheet" href="{{ `css/print.css` | relURL }}" @@ -74,6 +72,5 @@ <script src="{{ . | relURL }}"></script> {{- end}} - {{ template "_internal/google_analytics_async.html" . }} </body> </html> |
