Skip to content

Commit

Permalink
Lowercase pay-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilchinoy committed Sep 21, 2016
1 parent 32c5e1d commit 7d1802f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions browser/templates/browser/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{% block title %}Professor Pay-checker | The Daily Californian{% endblock %}</title>
<title>{% block title %}Professor pay-checker | The Daily Californian{% endblock %}</title>
{% block meta %}
<meta charset="utf-8" />
<meta name="description" content="{% block description %}The most complete open-source database of UC Berkeley faculty salaries by department.{% endblock %}" />
<meta name="keywords" content="{% block keywords %}dailycal, Daily Californian, Daily Cal, faculty, salary, pay, compensation, payroll, database, open-source{% endblock %}" />
<link rel='shortcut icon' href='http://www.dailycal.org/assets/uploads/2012/02/favicon.png'/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:description" content="The most complete open-source database of UC Berkeley faculty salaries by department."/>
<meta name="twitter:title" content="Professor Pay-checker | The Daily Californian"/>
<meta name="twitter:title" content="Professor pay-checker | The Daily Californian"/>
<meta name="twitter:site" content="@dailycal"/>
<meta name="twitter:domain" content="The Daily Californian"/>
<meta name="twitter:image" content="http://i0.wp.com/www.dailycal.org/assets/uploads/2014/04/fbimage1410x738.png"/>
<meta name="twitter:creator" content="@dailycal"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="article"/>
<meta property="og:title" content="Professor Pay-checker | The Daily Californian"/>
<meta property="og:title" content="Professor pay-checker | The Daily Californian"/>
<meta property="og:url" content="http://projects.dailycal.org/paychecker/"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="The most complete open-source database of UC Berkeley faculty salaries by department."/>
Expand Down
2 changes: 1 addition & 1 deletion browser/templates/browser/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="container">
<section class="row">
<div class="col-md-8 col-md-offset-2 text">
<h1>Professor Pay-checker</h1>
<h1>Professor pay-checker</h1>
<p class="byline">By <a href="http://www.dailycal.org/author/schinoy/">SAHIL CHINOY</a> &middot; September 20, 2016</p>
<br>
<p class="lead center">The Daily Californian processed the last decade of payroll information for UC Berkeley faculty, creating the most complete, searchable database of professor and lecturer pay by campus department.</p>
Expand Down

0 comments on commit 7d1802f

Please sign in to comment.