Skip to content

Commit bea4625

Browse files
torsavaencukou
authored andcommitted
Fix typo in the name of the nausce.css file
1 parent 1e27ea7 commit bea4625

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

naucse/templates/_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
1919
{% endif %}
2020

21-
<link rel="stylesheet" href="{{url_for('static', filename='css/nausce.css')}}">
21+
<link rel="stylesheet" href="{{url_for('static', filename='css/naucse.css')}}">
2222
<link rel="stylesheet" href="{{url_for('static', filename='css/body.css')}}">
2323
<link rel="stylesheet" href="{{url_for('static', filename='css/pygments-lovelace-style.css')}}">
2424
<link rel="stylesheet" href="{{url_for('static', filename='css/ipython.css')}}">

0 commit comments

Comments
 (0)