Skip to content

Commit 440f0a6

Browse files
author
Kaspar Naaber
committed
Rename "open-graph" component to "template-meta".
1 parent 1efa735 commit 440f0a6

File tree

3 files changed

+111
-111
lines changed

3 files changed

+111
-111
lines changed

components/html-head.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{% capture page_title %}{% if article %}{{ article.title }}{% unless page.site_title == "" %}{{ page.site_title }}{% endunless %}{% else %}{% if site.root_item.selected? and page.site_title != "" %}{{ page.site_title }}{% else %}{{ page.title }}{% unless page.site_title == "" %}{{ page.site_title }}{% endunless %}{% endif %}{% endif %}{% endcapture %}
4545
<title>{{ page_title }}</title>
4646

47-
{% include "open-graph" %}
47+
{% include "template-meta" %}
4848

4949
{% if blog %}{{ blog.rss_link }}{% endif %}
5050
{{ site.stats_header }}

components/open-graph.tpl renamed to components/template-meta.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% comment %}FACEBOOK OPEN GRAPH META TAGS{% endcomment%}
1+
{% comment %}TEMPLATE META DATA{% endcomment %}
22
{% comment %}https://developers.facebook.com/tools/debug - Debug after each modification{% endcomment %}
33
{% if site.data.fb_admin %}<meta property="fb:admins" content="{{ site.data.fb_admin }}">{% endif %}
44
<meta property="og:type" content="{% if article %}article{% else %}website{% endif %}">

manifest.json

Lines changed: 109 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -36,37 +36,23 @@
3636
{
3737
"content_type": "component",
3838
"component": true,
39-
"file": "components/edicy-tools-variables.tpl",
40-
"layout_name": "edicy-tools-variables",
41-
"title": "edicy-tools-variables"
42-
},
43-
{
44-
"content_type": "component",
45-
"component": true,
46-
"file": "components/edicy-tools.tpl",
47-
"layout_name": "edicy-tools",
48-
"title": "edicy-tools"
39+
"file": "components/template-meta.tpl",
40+
"layout_name": "template-meta",
41+
"title": "template-meta"
4942
},
5043
{
5144
"content_type": "component",
5245
"component": true,
53-
"file": "components/footer.tpl",
54-
"layout_name": "footer",
55-
"title": "footer"
56-
},
57-
{
58-
"content_type": "component",
59-
"component": true,
60-
"file": "components/html-head.tpl",
61-
"layout_name": "html-head",
62-
"title": "html-head"
46+
"file": "components/template-cs-front-page.tpl",
47+
"layout_name": "template-cs-front-page",
48+
"title": "template-cs-front-page"
6349
},
6450
{
6551
"content_type": "component",
6652
"component": true,
67-
"file": "components/javascripts.tpl",
68-
"layout_name": "javascripts",
69-
"title": "javascripts"
53+
"file": "components/edicy-tools-variables.tpl",
54+
"layout_name": "edicy-tools-variables",
55+
"title": "edicy-tools-variables"
7056
},
7157
{
7258
"content_type": "component",
@@ -78,23 +64,16 @@
7864
{
7965
"content_type": "component",
8066
"component": true,
81-
"file": "components/mainmenu.tpl",
82-
"layout_name": "mainmenu",
83-
"title": "mainmenu"
84-
},
85-
{
86-
"content_type": "component",
87-
"component": true,
88-
"file": "components/mobilemenu.tpl",
89-
"layout_name": "mobilemenu",
90-
"title": "mobilemenu"
67+
"file": "components/topbar.tpl",
68+
"layout_name": "topbar",
69+
"title": "topbar"
9170
},
9271
{
9372
"content_type": "component",
9473
"component": true,
95-
"file": "components/open-graph.tpl",
96-
"layout_name": "open-graph",
97-
"title": "open-graph"
74+
"file": "components/submenu.tpl",
75+
"layout_name": "submenu",
76+
"title": "submenu"
9877
},
9978
{
10079
"content_type": "component",
@@ -106,16 +85,9 @@
10685
{
10786
"content_type": "component",
10887
"component": true,
109-
"file": "components/sidebar.tpl",
110-
"layout_name": "sidebar",
111-
"title": "sidebar"
112-
},
113-
{
114-
"content_type": "component",
115-
"component": true,
116-
"file": "components/submenu.tpl",
117-
"layout_name": "submenu",
118-
"title": "submenu"
88+
"file": "components/edicy-tools-styles.tpl",
89+
"layout_name": "edicy-tools-styles",
90+
"title": "edicy-tools-styles"
11991
},
12092
{
12193
"content_type": "component",
@@ -127,30 +99,23 @@
12799
{
128100
"content_type": "component",
129101
"component": true,
130-
"file": "components/template-cs-content.tpl",
131-
"layout_name": "template-cs-content",
132-
"title": "template-cs-content"
133-
},
134-
{
135-
"content_type": "component",
136-
"component": true,
137-
"file": "components/template-cs-form.tpl",
138-
"layout_name": "template-cs-form",
139-
"title": "template-cs-form"
102+
"file": "components/template-cs-sidebar.tpl",
103+
"layout_name": "template-cs-sidebar",
104+
"title": "template-cs-sidebar"
140105
},
141106
{
142107
"content_type": "component",
143108
"component": true,
144-
"file": "components/template-cs-front-page.tpl",
145-
"layout_name": "template-cs-front-page",
146-
"title": "template-cs-front-page"
109+
"file": "components/footer.tpl",
110+
"layout_name": "footer",
111+
"title": "footer"
147112
},
148113
{
149114
"content_type": "component",
150115
"component": true,
151-
"file": "components/template-cs-headings.tpl",
152-
"layout_name": "template-cs-headings",
153-
"title": "template-cs-headings"
116+
"file": "components/javascripts.tpl",
117+
"layout_name": "javascripts",
118+
"title": "javascripts"
154119
},
155120
{
156121
"content_type": "component",
@@ -162,9 +127,9 @@
162127
{
163128
"content_type": "component",
164129
"component": true,
165-
"file": "components/template-cs-sidebar.tpl",
166-
"layout_name": "template-cs-sidebar",
167-
"title": "template-cs-sidebar"
130+
"file": "components/template-variables.tpl",
131+
"layout_name": "template-variables",
132+
"title": "template-variables"
168133
},
169134
{
170135
"content_type": "component",
@@ -176,23 +141,30 @@
176141
{
177142
"content_type": "component",
178143
"component": true,
179-
"file": "components/template-cs-table.tpl",
180-
"layout_name": "template-cs-table",
181-
"title": "template-cs-table"
144+
"file": "components/sidebar.tpl",
145+
"layout_name": "sidebar",
146+
"title": "sidebar"
182147
},
183148
{
184149
"content_type": "component",
185150
"component": true,
186-
"file": "components/template-variables.tpl",
187-
"layout_name": "template-variables",
188-
"title": "template-variables"
151+
"file": "components/edicy-tools.tpl",
152+
"layout_name": "edicy-tools",
153+
"title": "edicy-tools"
189154
},
190155
{
191156
"content_type": "component",
192157
"component": true,
193-
"file": "components/topbar.tpl",
194-
"layout_name": "topbar",
195-
"title": "topbar"
158+
"file": "components/html-head.tpl",
159+
"layout_name": "html-head",
160+
"title": "html-head"
161+
},
162+
{
163+
"content_type": "component",
164+
"component": true,
165+
"file": "components/mainmenu.tpl",
166+
"layout_name": "mainmenu",
167+
"title": "mainmenu"
196168
},
197169
{
198170
"content_type": "component",
@@ -201,6 +173,20 @@
201173
"layout_name": "blog-article-variables",
202174
"title": "blog-article-variables"
203175
},
176+
{
177+
"content_type": "component",
178+
"component": true,
179+
"file": "components/mobilemenu.tpl",
180+
"layout_name": "mobilemenu",
181+
"title": "mobilemenu"
182+
},
183+
{
184+
"content_type": "component",
185+
"component": true,
186+
"file": "components/template-cs-form.tpl",
187+
"layout_name": "template-cs-form",
188+
"title": "template-cs-form"
189+
},
204190
{
205191
"content_type": "component",
206192
"component": true,
@@ -211,35 +197,49 @@
211197
{
212198
"content_type": "component",
213199
"component": true,
214-
"file": "components/edicy-tools-styles.tpl",
215-
"layout_name": "edicy-tools-styles",
216-
"title": "edicy-tools-styles"
200+
"file": "components/template-cs-content.tpl",
201+
"layout_name": "template-cs-content",
202+
"title": "template-cs-content"
203+
},
204+
{
205+
"content_type": "component",
206+
"component": true,
207+
"file": "components/template-cs-headings.tpl",
208+
"layout_name": "template-cs-headings",
209+
"title": "template-cs-headings"
210+
},
211+
{
212+
"content_type": "component",
213+
"component": true,
214+
"file": "components/template-cs-table.tpl",
215+
"layout_name": "template-cs-table",
216+
"title": "template-cs-table"
217217
}
218218
],
219219
"assets": [
220220
{
221221
"content_type": "image/svg+xml",
222-
"file": "assets/ico-flags.svg",
222+
"file": "assets/search.svg",
223223
"kind": "assets",
224-
"filename": "ico-flags.svg"
224+
"filename": "search.svg"
225225
},
226226
{
227227
"content_type": "image/svg+xml",
228-
"file": "assets/loader.svg",
228+
"file": "assets/search_close.svg",
229229
"kind": "assets",
230-
"filename": "loader.svg"
230+
"filename": "search_close.svg"
231231
},
232232
{
233233
"content_type": "image/svg+xml",
234-
"file": "assets/search.svg",
234+
"file": "assets/loader.svg",
235235
"kind": "assets",
236-
"filename": "search.svg"
236+
"filename": "loader.svg"
237237
},
238238
{
239239
"content_type": "image/svg+xml",
240-
"file": "assets/search_close.svg",
240+
"file": "assets/ico-flags.svg",
241241
"kind": "assets",
242-
"filename": "search_close.svg"
242+
"filename": "ico-flags.svg"
243243
},
244244
{
245245
"content_type": "image/png",
@@ -249,21 +249,21 @@
249249
},
250250
{
251251
"content_type": "image/png",
252-
"file": "images/check_small.png",
252+
"file": "images/search-close.png",
253253
"kind": "images",
254-
"filename": "check_small.png"
254+
"filename": "search-close.png"
255255
},
256256
{
257-
"content_type": "image/jpeg",
258-
"file": "images/front.jpg",
257+
"content_type": "image/png",
258+
"file": "images/search.png",
259259
"kind": "images",
260-
"filename": "front.jpg"
260+
"filename": "search.png"
261261
},
262262
{
263-
"content_type": "image/jpeg",
264-
"file": "images/front_block.jpg",
263+
"content_type": "image/png",
264+
"file": "images/check_small.png",
265265
"kind": "images",
266-
"filename": "front_block.jpg"
266+
"filename": "check_small.png"
267267
},
268268
{
269269
"content_type": "image/jpeg",
@@ -278,22 +278,22 @@
278278
"filename": "ico-flags.png"
279279
},
280280
{
281-
"content_type": "image/png",
282-
"file": "images/search-close.png",
281+
"content_type": "image/jpeg",
282+
"file": "images/front.jpg",
283283
"kind": "images",
284-
"filename": "search-close.png"
284+
"filename": "front.jpg"
285285
},
286286
{
287-
"content_type": "image/png",
288-
"file": "images/search.png",
287+
"content_type": "image/jpeg",
288+
"file": "images/front_block.jpg",
289289
"kind": "images",
290-
"filename": "search.png"
290+
"filename": "front_block.jpg"
291291
},
292292
{
293293
"content_type": "application/javascript",
294-
"file": "javascripts/application.js",
294+
"file": "javascripts/search.min.js",
295295
"kind": "javascripts",
296-
"filename": "application.js"
296+
"filename": "search.min.js"
297297
},
298298
{
299299
"content_type": "application/javascript",
@@ -303,9 +303,9 @@
303303
},
304304
{
305305
"content_type": "application/javascript",
306-
"file": "javascripts/modernizr-custom.min.js",
306+
"file": "javascripts/application.js",
307307
"kind": "javascripts",
308-
"filename": "modernizr-custom.min.js"
308+
"filename": "application.js"
309309
},
310310
{
311311
"content_type": "application/javascript",
@@ -315,21 +315,21 @@
315315
},
316316
{
317317
"content_type": "application/javascript",
318-
"file": "javascripts/search.min.js",
318+
"file": "javascripts/modernizr-custom.min.js",
319319
"kind": "javascripts",
320-
"filename": "search.min.js"
320+
"filename": "modernizr-custom.min.js"
321321
},
322322
{
323323
"content_type": "text/css",
324-
"file": "stylesheets/main.css",
324+
"file": "stylesheets/main.min.css",
325325
"kind": "stylesheets",
326-
"filename": "main.css"
326+
"filename": "main.min.css"
327327
},
328328
{
329329
"content_type": "text/css",
330-
"file": "stylesheets/main.min.css",
330+
"file": "stylesheets/main.css",
331331
"kind": "stylesheets",
332-
"filename": "main.min.css"
332+
"filename": "main.css"
333333
}
334334
]
335335
}

0 commit comments

Comments
 (0)