Skip to content

Commit

Permalink
Merge pull request #11 from palantirnet/sculpin-starter-update
Browse files Browse the repository at this point in the history
Update copyright, update css urls to work on internal pages.
  • Loading branch information
Lauren Byrwa committed Feb 25, 2016
2 parents 9ce629d + 76df1c4 commit 9cafdc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions source/code/_views/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{{ page.title }}{% endblock %} | {{ site.title }}</title>
<!-- inject:css -->
<link rel="stylesheet" href="code/css/styles.css">
<link rel="stylesheet" href="{{site.url}}/code/css/styles.css">
<!-- endinject -->
<link rel="shortcut icon" href="{{ site.url }}assets/images/global/palantir-favicon.png?v=2" type="image/x-icon" />
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
{% block content_wrapper %}{% block content %}{% endblock %}{% endblock %}
<!-- inject:js -->
<!-- endinject -->
</body>
</html>
7 changes: 2 additions & 5 deletions source/code/_views/styleguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{{ page.title }}{% endblock %} | {{ site.title }}</title>
<!-- inject:css -->
<link rel="stylesheet" href="code/css/styles.css">
<link rel="stylesheet" href="{{site.url}}/code/css/styles.css">
<!-- endinject -->
<link rel="shortcut icon" href="{{ site.url }}/assets/images/global/palantir-favicon.png?v=2" type="image/x-icon" />
<script src="http://code.jquery.com/jquery-latest.js"></script>
Expand All @@ -14,11 +14,8 @@
{% block content_wrapper %}{% block content %}{% endblock %}{% endblock %}
<div class="container">
<div class="l-column">
<p class="styleguide-copyright">Copyright (c) 2014 Palantir.net</p>
<p class="styleguide-copyright">Copyright (c) 2016 Palantir.net</p>
</div>
</div>
<!-- inject:css -->
<link rel="stylesheet" href="code/css/styles.css">
<!-- endinject -->
</body>
</html>

0 comments on commit 9cafdc0

Please sign in to comment.