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: Combine regex in converters.py Created Jan. 7, 2019, 10:23 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « 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
« no previous file with comments | « tests/test_site/pages/rel_path.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld