softinio.com/layouts/partials/header.html

17 lines
627 B
HTML
Raw Normal View History

2017-03-26 09:39:20 -07:00
<!DOCTYPE html>
2017-12-16 17:23:15 -08:00
<html class="no-js" lang="en-US" prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb#">
2017-03-26 09:39:20 -07:00
<head>
<meta charset="utf-8">
{{ partial "meta.html" . }}
<base href="{{ .Site.BaseURL }}">
<title> {{ .Title }} - softinio.com </title>
<link rel="canonical" href="{{ .Permalink }}">
2017-03-26 09:55:48 -07:00
{{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Title }}" />{{ end }}
2017-03-26 09:39:20 -07:00
{{ partial "head_includes.html" . }}
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
</head>