mirror of
https://github.com/avitex/avitex.github.io
synced 2025-01-15 12:29:57 +00:00
fix links
This commit is contained in:
parent
6dddf991f7
commit
258e91c797
@ -6,10 +6,10 @@
|
||||
<meta name="author" content="{{ config.extra.author }}">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="{{ get_url(path="site.css") }}" />
|
||||
<link rel="stylesheet" href="{{ get_url(path="fonts.min.css") }}" />
|
||||
<link rel="icon" type="image/png" href="{{ get_url(path="favicon.png") }}" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml") }}" />
|
||||
<link rel="stylesheet" href="{{ get_url(path="site.css") | safe }}" />
|
||||
<link rel="stylesheet" href="{{ get_url(path="fonts.min.css") | safe }}" />
|
||||
<link rel="icon" type="image/png" href="{{ get_url(path="favicon.png") | safe }}" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml") | safe }}" />
|
||||
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user