Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 81a5bf7

Browse files
renamed wp-head* to head*
1 parent db7cb2d commit 81a5bf7

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

_includes/wp-head.html renamed to _includes/head.html

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
77
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
88
<link rel="stylesheet" href="https://build.origami.ft.com/v2/bundles/css?modules=o-fonts,o-footer@^5.4.0" />
9-
10-
119
<link rel='dns-prefetch' href='https://cdnjs.cloudflare.com/' />
1210
<link rel='dns-prefetch' href='http://s.w.org/' />
1311
<link rel="alternate" type="application/rss+xml" title="FT Labs &raquo; Feed" href="/feed.xml" />
File renamed without changes.

_layouts/wp-post.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
---
44
<!doctype html>
55
<html lang="en-GB">
6-
{% include wp-head.html %}
6+
{% include head.html %}
77
<body class="single single-post postid-105 single-format-standard">
88
<div class="app" ontouchstart="">
99
<div class='container'>
10-
{% include wp-header.html %}
10+
{% include header.html %}
1111
<div class="hero">
1212
{% unless page.title == 'Welcome' %}
1313
<h1>{{layout.title-prefix}}{{page.title}}</h1>

0 commit comments

Comments
 (0)