Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: tests/test_site/templates/head-test.tmpl

Issue 29947567: Issue 5333 - Ensure links in metadata and in most tags can be made relative (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Address comments on PS2, format HTML Created Dec. 19, 2018, 2:33 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« cms/converters.py ('K') | « tests/test_site/pages/rel_path.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 {{ head | safe }}
5 <title>Page Title</title>
6 <link rel="stylesheet" href="/dist/css/main.min.css">
7 <base href="https://www.example.com/news/index.html">
8 <script src="/scripts/myscript.js"></script>
9 </head>
10 {{ body | safe }}
11 </html>
OLDNEW
« cms/converters.py ('K') | « tests/test_site/pages/rel_path.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld