Commit 56083c34 authored by Goutte's avatar Goutte

Clean up.

parent 0d958add
Pipeline #62 passed with stage
in 41 seconds
...@@ -199,12 +199,9 @@ class M3P2Plugin extends Plugin ...@@ -199,12 +199,9 @@ class M3P2Plugin extends Plugin
$that_page_route = "/" . join("/", array_slice($uri->paths(), 1)); $that_page_route = "/" . join("/", array_slice($uri->paths(), 1));
// var_dump($that_page_route);
$target_page = $pages->find($that_page_route, true); $target_page = $pages->find($that_page_route, true);
if ( ! $target_page) { if ( ! $target_page) {
var_dump("NOT FOUND");
return; return;
} }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<style> <style>
.language-banner { .language-banner {
position: absolute; position: absolute;
mask-repeat: no-repeat; /*mask-repeat: no-repeat;*/
{#mask-image: url("/{{ grav.locator.findResource('plugin://m3-p2/flags/mask.png', false) }}") ;#} {#mask-image: url("/{{ grav.locator.findResource('plugin://m3-p2/flags/mask.png', false) }}") ;#}
right: 0.333em; right: 0.333em;
opacity: 0.42; opacity: 0.42;
......
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