perrotuerto.blog/template/head.html

15 lines
572 B
HTML
Raw Normal View History

2018-10-03 23:17:11 -05:00
<!DOCTYPE html>
<html lang="$language$">
2018-10-03 19:45:11 -05:00
<head>
<title>$site_name$ | $title$</title>
<meta charset="utf-8" />
<meta name="application-name" content="$site_name$">
<meta name="description" content="$site_description$">
<meta name="keywords" content="$site_keywords$">
2018-10-03 23:17:11 -05:00
<link rel="shortcut icon" href="../$site_img$">
2018-10-03 19:45:11 -05:00
<link rel="alternate" type="application/rss+xml" href="$site_link$/feed/" title="$site_name$">
<link type="text/css" rel="stylesheet" href="../css/styles.css">
2018-10-03 23:17:11 -05:00
<link type="text/css" rel="stylesheet" href="../css/extra.css">
2018-10-03 19:45:11 -05:00
</head>
2018-10-03 23:17:11 -05:00
<body>