Skip to content

Commit

Permalink
Template files: remove a broken link
Browse files Browse the repository at this point in the history
This link would be added to documentation websites via the template, but the URL is no longer valid.

As this is a URL on the phpdoc.org website, this may need investigation/fixing instead of the link being removed.
  • Loading branch information
jrfnl committed Jun 8, 2020
1 parent 2240b85 commit afe1759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.templates/responsive/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1 class="phpdocumentor-sidebar__category-header">{{ _('Next topic') }}</h1>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/js/all.min.js" integrity="sha256-0vuk8LXoyrmCjp1f0O300qo1M75ZQyhH9X3J6d+scmk=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" /> <link rel="apple-touch-icon" sizes="72x72" href="http://demo.phpdoc.org/Responsive/img/apple-touch-icon-72x72.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
<link rel="apple-touch-icon" sizes="114x114" href="{{ pathto('_static/img/favicon.png', 1) }}">
{%- block linktags %}
{%- if hasdoc('about') %}
Expand Down

0 comments on commit afe1759

Please sign in to comment.