Skip to content

Commit 98d4cd9

Browse files
committed
adding site url and removing phap references. Not sure why those were even there
1 parent d02c273 commit 98d4cd9

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: CDC Open Technology
33
description: Open source code, data and APIs from CDC.
44
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
66
logo: /assets/img/site-logo.svg
77
feature_image: /assets/img/feature-background.jpg
88

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</svg></a></li>
6161
</ul><br class="d-none d-md-block">
6262
<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">
6464
<use xlink:href="#synd"></use>
6565
</svg></a></li>
6666
<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">

_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<meta property="cdc:content_source" content="" />
2121
<meta property="cdc:maintained_by" content="" />
2222
<meta property="cdc:content_id" content="1121" />
23-
<link rel="canonical" href="https://www.cdc.gov/phap/index.html" />
2423
<meta property="cdc:wcms_build" content="4.7.2 - b.36" />
2524
<meta property="og:type" content="website">
2625
<meta property="og:title" content="{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}" />

0 commit comments

Comments
 (0)