diff --git a/themes/aurora/assets/scss/main.scss b/themes/aurora/assets/scss/main.scss index 3a25142..09a7d6e 100644 --- a/themes/aurora/assets/scss/main.scss +++ b/themes/aurora/assets/scss/main.scss @@ -75,6 +75,25 @@ h1 { padding: 0 10px; } +a[target="_blank"]:after { + content: "open_in_new"; + margin-left: 5px; + + font-family: 'Material Symbols Outlined'; + font-weight: lighter; + font-style: normal; + font-size: 80%; + line-height: 1; + letter-spacing: normal; + text-transform: none; + display: inline-block; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + -webkit-font-feature-settings: 'liga'; + -webkit-font-smoothing: antialiased; +} + // ------------------------ // // Import other SASS files // // ---------------------- // diff --git a/themes/aurora/layouts/_default/baseof.html b/themes/aurora/layouts/_default/baseof.html index 5270bd6..a859aa8 100644 --- a/themes/aurora/layouts/_default/baseof.html +++ b/themes/aurora/layouts/_default/baseof.html @@ -4,6 +4,7 @@ {{ partial "head.html" . }} {{ partial "gtg.html" . }} {{ partial "gads.html" . }} + {{ partial "google-icons.html" . }}
{{ partial "header.html" . }} diff --git a/themes/aurora/layouts/partials/google-icons.html b/themes/aurora/layouts/partials/google-icons.html new file mode 100644 index 0000000..98e2c7b --- /dev/null +++ b/themes/aurora/layouts/partials/google-icons.html @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file