diff options
author | 53hornet <53hornet@gmail.com> | 2019-03-30 18:06:37 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-03-30 18:06:37 -0400 |
commit | 66f8772c495d78240d89c2a5eaa97789c27ce12f (patch) | |
tree | cde409ab589ec4d262e0a47a85fb249fb2edb47a /_site/index.html | |
parent | 59b54b5a83b671f4ce43d5dcc9782f451325f432 (diff) | |
download | cobalt-site-66f8772c495d78240d89c2a5eaa97789c27ce12f.tar.xz cobalt-site-66f8772c495d78240d89c2a5eaa97789c27ce12f.zip |
Added _site to gitignore.
Diffstat (limited to '_site/index.html')
-rw-r--r-- | _site/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/_site/index.html b/_site/index.html deleted file mode 100644 index 7d2840b..0000000 --- a/_site/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8"> - <title>Welcome to 53hor.net</title> - <link rel="stylesheet" href="bulma.css"> - </head> - <body> - <div> - <h2 class="title">Welcome to 53hor.net</h2> - <h2>Welcome!</h2> -<p><a href="posts/2019-03-30-post-1.html">First Post</a></p> -<p><a href="posts/why-the-53-sedan-is-so-cool-to-me.html">Why the '53 Sedan Is So Cool to Me</a></p> - - </div> - </body> -</html> |