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/posts/post-1.html | |
parent | 59b54b5a83b671f4ce43d5dcc9782f451325f432 (diff) | |
download | cobalt-site-66f8772c495d78240d89c2a5eaa97789c27ce12f.tar.xz cobalt-site-66f8772c495d78240d89c2a5eaa97789c27ce12f.zip |
Added _site to gitignore.
Diffstat (limited to '_site/posts/post-1.html')
-rw-r--r-- | _site/posts/post-1.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/_site/posts/post-1.html b/_site/posts/post-1.html deleted file mode 100644 index 78808fc..0000000 --- a/_site/posts/post-1.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8"> - <title>First Post</title> - </head> - <body> - <div> - <h2>First Post</h2> - <h1>This is our first Post!</h1> -<p>Welcome to the first post ever on cobalt.rs!</p> - - </div> - </body> -</html> |