Skip to content

Commit 9493ef2

Browse files
authored
Merge pull request #310 from adrn/fix-banner-contribute
Fix navbar logo
2 parents 722b01e + 2c83105 commit 9493ef2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tutorials/notebooks/FITS-tables/FITS-tables.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"- TODO\n",
1414
"\n",
1515
"## Keywords\n",
16-
"table, file input/output, matplotlib, FITS image\n",
16+
"table, file input/output, matplotlib, FITS table\n",
1717
"\n",
1818
"## Summary\n",
1919
"\n",
@@ -351,7 +351,7 @@
351351
"published": true
352352
},
353353
"kernelspec": {
354-
"display_name": "Python 3",
354+
"display_name": "Python [default]",
355355
"language": "python",
356356
"name": "python3"
357357
},
@@ -365,7 +365,7 @@
365365
"name": "python",
366366
"nbconvert_exporter": "python",
367367
"pygments_lexer": "ipython3",
368-
"version": "3.6.5"
368+
"version": "3.6.4"
369369
}
370370
},
371371
"nbformat": 4,

tutorials/themes/tutorials-theme/navbar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ <h2 class="card-title text-center" style="margin-left: -15px; margin-right: -15p
3535
<h2 class="card-title text-center"><a href="{{ pathto('examples') }}" class="text-white">Examples</a></h2>
3636
<p class="card-text text-center">Examples are stand-alone code snippets that live in the astropy documentation that demonstrate a specific functionality within a package.</p>
3737
</div>
38-
</div>
38+
</div>
3939
</div>
4040

4141
{% else %}
4242

4343
<nav class="navbar navbar-expand-lg bg-navbar">
44-
<a class="navbar-brand" href="/"style="padding: 0px 5px;"><img src="../_static/astropy_logo.png" style="height:38px;"></a>
44+
<a class="navbar-brand" href="/"style="padding: 0px 5px;"><img src="{{ pathto('_static/' + 'astropy_logo.png') }}" style="height:38px;"></a>
4545
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
4646
<span class="navbar-toggler-icon"></span>
4747
</button>
@@ -62,4 +62,4 @@ <h2 class="card-title text-center"><a href="{{ pathto('examples') }}" class="tex
6262
</form>
6363
</div>
6464
</nav>
65-
{% endif %}
65+
{% endif %}

0 commit comments

Comments
 (0)