aboutsummaryrefslogtreecommitdiff
path: root/public/posts/categories/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/posts/categories/index.html')
-rw-r--r--public/posts/categories/index.html50
1 files changed, 17 insertions, 33 deletions
diff --git a/public/posts/categories/index.html b/public/posts/categories/index.html
index ce4bb93..96251f4 100644
--- a/public/posts/categories/index.html
+++ b/public/posts/categories/index.html
@@ -9,19 +9,6 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="/posts/categories/" />
-
-
-
-
-
-
-
-
-
-
-
-
-
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content=""/>
@@ -36,27 +23,24 @@
</title>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" media="preload" onload="if(media!='all')media='all'">
- <noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript>
-
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
- <link rel="stylesheet" href="/posts/css/style.css">
- <link rel="icon" href="/favicon.png"/>
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/rss.php'; ?>
+
-
- <link href="/posts/categories/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci - Posts" />
-
-
</head>
<body id="main">
-
- <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
-
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
+
+
<div class="container">
@@ -72,7 +56,7 @@
<article class="blog-post">
<header>
<h2 class="blog-post-title">
- <a class="text-dark" href="/posts/categories/voice/">Voice</a>
+ <a href="/posts/categories/voice/">Voice</a>
</h2>
@@ -91,7 +75,7 @@
</header>
-
+
<p></p>
<a href="/posts/categories/voice/">Read More →</a>
</article>
@@ -103,7 +87,7 @@
<article class="blog-post">
<header>
<h2 class="blog-post-title">
- <a class="text-dark" href="/posts/categories/voiceover/">Voiceover</a>
+ <a href="/posts/categories/voiceover/">Voiceover</a>
</h2>
@@ -122,7 +106,7 @@
</header>
-
+
<p></p>
<a href="/posts/categories/voiceover/">Read More →</a>
</article>
@@ -192,7 +176,7 @@
</div>
-
- <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
-
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
+
+