Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
roddds committed Mar 6, 2016
1 parent e34191f commit 1d91cb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<meta name="description" content="Rodrigo Deodoro - Python Developer">
<meta name="viewport" content="width=device-width">

<link rel="stylesheet" href="/deodoro-org/static/css/main.css">
<link rel="stylesheet" href="/static/css/main.css">
<link href='http://fonts.googleapis.com/css?family=Armata' rel='stylesheet' type='text/css'>

<link rel="icon" type="image/png" href="/deodoro-org/static/img/favicon.ico">
<link rel="icon" type="image/png" href="/static/img/favicon.ico">

</head>
<body>
Expand Down Expand Up @@ -43,25 +43,25 @@ <h1>Rodrigo Deodoro</h1>
<ul>
<li>
<a href="mailto:[email protected]">
<img src="/deodoro-org/static/img/gmail.png" alt="logo gmail" title="email">
<img src="/static/img/gmail.png" alt="logo gmail" title="email">
</a>
</li>

<li>
<a href="http://facebook.com/thisisrod">
<img src="/deodoro-org/static/img/facebook.png" alt="logo facebook" title="facebook">
<img src="/static/img/facebook.png" alt="logo facebook" title="facebook">
</a>
</li>

<li>
<a href="http://www.linkedin.com/profile/view?id=46681796">
<img src="/deodoro-org/static/img/linkedin.png" alt="logo linkedin" title="linkedin">
<img src="/static/img/linkedin.png" alt="logo linkedin" title="linkedin">
</a>
</li>

<li>
<a href="https://github.com/roddds">
<img src="/deodoro-org/static/img/github.png" alt="logo github" title="github">
<img src="/static/img/github.png" alt="logo github" title="github">
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flask_frozen import Freezer
from main import app

BASE_URL = 'http://roddds.github.io/deodoro-org/'
BASE_URL = 'http://www.deodoro.org/'

app.config['FREEZER_BASE_URL'] = BASE_URL
app.static_url_path = BASE_URL + 'static'
Expand Down

0 comments on commit 1d91cb8

Please sign in to comment.