remove relative url for css assets
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
Test Post: Getting Started with Elixir | MonoTab Blog
|
Test Post: Getting Started with Elixir | MonoTab Blog
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="./css/mono.css">
|
<link rel="stylesheet" href="/css/mono.css">
|
||||||
<link rel="stylesheet" href="./css/responsive.css">
|
<link rel="stylesheet" href="/css/responsive.css">
|
||||||
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
MonoTab Blog
|
MonoTab Blog
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="./css/mono.css">
|
<link rel="stylesheet" href="/css/mono.css">
|
||||||
<link rel="stylesheet" href="./css/responsive.css">
|
<link rel="stylesheet" href="/css/responsive.css">
|
||||||
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
MonoTab Blog
|
MonoTab Blog
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="./css/mono.css">
|
<link rel="stylesheet" href="/css/mono.css">
|
||||||
<link rel="stylesheet" href="./css/responsive.css">
|
<link rel="stylesheet" href="/css/responsive.css">
|
||||||
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
MonoTab Blog
|
MonoTab Blog
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="./css/mono.css">
|
<link rel="stylesheet" href="/css/mono.css">
|
||||||
<link rel="stylesheet" href="./css/responsive.css">
|
<link rel="stylesheet" href="/css/responsive.css">
|
||||||
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@@ -18,8 +18,8 @@ defmodule MonoTab.RootLayout do
|
|||||||
|> Enum.join(" ")}
|
|> Enum.join(" ")}
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="./css/mono.css" />
|
<link rel="stylesheet" href="/css/mono.css" />
|
||||||
<link rel="stylesheet" href="./css/responsive.css" />
|
<link rel="stylesheet" href="/css/responsive.css" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content={@page[:description] || "A simple blog built with Elixir and Tableau"}
|
content={@page[:description] || "A simple blog built with Elixir and Tableau"}
|
||||||
|
Reference in New Issue
Block a user