Refactor micropub specific things out to a slice
This commit is contained in:
14
slices/micropub/templates/layouts/app.html.erb
Normal file
14
slices/micropub/templates/layouts/app.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Adamantium - Micropub</title>
|
||||
<%= favicon_tag %>
|
||||
<%= stylesheet_tag "micropub/app" %>
|
||||
</head>
|
||||
<body>
|
||||
<%= yield %>
|
||||
<%= javascript_tag "micropub/app" %>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user