Skip to content

Commit

Permalink
Add alternate links
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Aug 9, 2018
1 parent b7c5dec commit ee16869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<title>Fedora Loves Python</title>
<link href="{{ url_for('static', filename='style.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='favicon.ico') }}" rel="shortcut icon" type="image/x-icon">
<link href="{{ url_for('json') }}" rel="alternate" type="application/json">
<link href="{{ url_for('plaintext') }}" rel="alternate" type="text/plain">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic&amp;subset=latin' rel='stylesheet' type='text/css'>
</head>
<body>
Expand Down

0 comments on commit ee16869

Please sign in to comment.