Commit 389a6eb3 authored by W. Mark Kubacki's avatar W. Mark Kubacki

Merge pull request #811 from mholt/fix-browse-2

browse: Decorate external links with: noopener noreferrer
parents 1f29c521 85d793ce
...@@ -393,7 +393,7 @@ footer { ...@@ -393,7 +393,7 @@ footer {
</div> </div>
</main> </main>
<footer> <footer>
Served with <a href="https://caddyserver.com">Caddy</a> Served with <a rel="noopener noreferrer" href="https://caddyserver.com">Caddy</a>.
</footer> </footer>
<script type="text/javascript"> <script type="text/javascript">
function localizeDatetime(e, index, ar) { function localizeDatetime(e, index, ar) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment