File tree Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ # EditorConfig is awesome: https://EditorConfig.org
2
+
3
+ root = true
4
+
5
+ [* ]
6
+ charset = utf-8
7
+ indent_style = space
8
+ indent_size = 4
9
+ end_of_line = lf
10
+ trim_trailing_whitespace = true
11
+ insert_final_newline = true
Original file line number Diff line number Diff line change
1
+ # Normal text let sit to auto
2
+ * .htm text
3
+ * .html text
4
+ * .css text
5
+ * .js text
6
+
7
+ # # Declare files that will always have LF (aka \n aka 10 aka 0x0a) line endings on checkout.
8
+ * .sh text eol =lf
9
+ * .md text eol =lf
10
+ * .json text eol =lf
11
+ * .yml text eol =lf
12
+ * .csv text eol =lf
Original file line number Diff line number Diff line change 2
2
title : CDC Open Technology
3
3
description : Open source code, data and APIs from CDC.
4
4
baseurl : " " # the subpath of your site, e.g. /blog/
5
- url : " " # the base hostname & protocol for your site
5
+ url : " https://open.cdcgov " # the base hostname & protocol for your site
6
6
logo : /assets/img/site-logo.svg
7
7
feature_image : /assets/img/feature-background.jpg
8
8
Original file line number Diff line number Diff line change 60
60
</ svg > </ a > </ li >
61
61
</ ul > < br class ="d-none d-md-block ">
62
62
< ul class ="list-inline mt-2 ">
63
- < li > < a href ="https://tools.cdc.gov/medialibrary/index.aspx#/sharecontent/https://www .cdc.gov/phap / " class ="footer-syndlink "> < span class ="sr-only "> Syndicate</ span > < svg class ="icon " xmlns ="http://www.w3.org/2000/svg " xmlns:xlink ="http://www.w3.org/1999/xlink ">
63
+ < li > < a href ="https://tools.cdc.gov/medialibrary/index.aspx#/sharecontent/https://open .cdc.gov/ " class ="footer-syndlink "> < span class ="sr-only "> Syndicate</ span > < svg class ="icon " xmlns ="http://www.w3.org/2000/svg " xmlns:xlink ="http://www.w3.org/1999/xlink ">
64
64
< use xlink:href ="#synd "> </ use >
65
65
</ svg > </ a > </ li >
66
66
< li > < a href ="https://www.cdc.gov/cdctv "> < span class ="sr-only "> CDC TV</ span > < svg class ="icon " xmlns ="http://www.w3.org/2000/svg " xmlns:xlink ="http://www.w3.org/1999/xlink ">
Original file line number Diff line number Diff line change 20
20
< meta property ="cdc:content_source " content ="" />
21
21
< meta property ="cdc:maintained_by " content ="" />
22
22
< meta property ="cdc:content_id " content ="1121 " />
23
- < link rel ="canonical " href ="https://www.cdc.gov/phap/index.html " />
24
23
< meta property ="cdc:wcms_build " content ="4.7.2 - b.36 " />
25
24
< meta property ="og:type " content ="website ">
26
25
< meta property ="og:title " content ="{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %} " />
You can’t perform that action at this time.
0 commit comments