diff --git a/source/_templates/layout.html b/source/_templates/layout.html
index a57e094..7fc2b2d 100644
--- a/source/_templates/layout.html
+++ b/source/_templates/layout.html
@@ -2,4 +2,13 @@
{# Import the layout of the theme. #}
{% extends "!layout.html" %}
-{% set css_files = css_files + ['_static/default.css'] %}
\ No newline at end of file
+{% set css_files = css_files + ['_static/default.css'] %}
+
+{% block extrahead %}
+
+
+
+
+
+{% endblock %}
diff --git a/source/misc-guides/tor-firefox/desktop.rst b/source/misc-guides/tor-firefox/desktop.rst
index 87e5175..ca1695e 100644
--- a/source/misc-guides/tor-firefox/desktop.rst
+++ b/source/misc-guides/tor-firefox/desktop.rst
@@ -19,17 +19,17 @@ Setting up Firefox with Tor on Desktop
4. Download a `Proxy Auto Config` file to inform Firefox how to use the Tor daemon running on your computer. You can get Start9's standard file by following the OS-specific instructions below:
-Windows:
+ Windows:
-Click `here `_ to get the file and save the file somewhere you won’t delete it. Please remember the location you save the file in if you do not use our example location. For this example:
+ Click `here `_ to get the file and save the file somewhere you won’t delete it. Please remember the location you save the file in if you do not use our example location. For this example:
.. code-block::
C:\Program Files\Tor Browser\proxy.pac
-Mac:
+ Mac:
-Open the `Terminal` App on your Mac. You can find it in your list of Applications. In the terminal, enter:
+ Open the `Terminal` App on your Mac. You can find it in your list of Applications. In the terminal, enter:
.. code-block::
@@ -41,9 +41,9 @@ Open the `Terminal` App on your Mac. You can find it in your list of Application
wget -P /usr/local/etc/tor https://registry.start9labs.com/sys/proxy.pac
-Linux:
+ Linux:
-From a terminal, enter:
+ From a terminal, enter:
.. code-block::
@@ -67,23 +67,23 @@ From a terminal, enter:
7. This should open a menu that will allow you to configure your proxy settings. Select `Automatic proxy configuration URL` and paste in the path to your PAC file from earlier, prefixed with ``file://``. For example:
-Windows:
+ Windows:
- .. code-block::
+ .. code-block::
- file://C:/Program Files/Tor Browser/proxy.pac
+ file://C:/Program Files/Tor Browser/proxy.pac
-Mac:
+ Mac:
- .. code-block::
+ .. code-block::
- file:///usr/local/etc/tor/proxy.pac
+ file:///usr/local/etc/tor/proxy.pac
-Linux:
+ Linux:
- .. code-block::
+ .. code-block::
- file:///etc/tor/proxy.pac
+ file:///etc/tor/proxy.pac
8. Then, check the box labeled `Proxy DNS when using SOCKS v5`:
diff --git a/source/support/FAQ/bitcoin-faq.rst b/source/support/FAQ/bitcoin-faq.rst
index ec030c5..2ff18a6 100644
--- a/source/support/FAQ/bitcoin-faq.rst
+++ b/source/support/FAQ/bitcoin-faq.rst
@@ -90,17 +90,18 @@ The reason there is so much confusion about these 3 concepts is that the Bitcoin
Please note: of the wallets listed (Specter/Sparrow/Electrum), only Specter is currently able to use Embassy as it's node, but the other two should be available soon.
-
Why would I want to run a lightning node?
-----------------------------------------
The Lightning Network (LN) is a second 'layer,' built on top of the Bitcoin Protocol. As a result all transactions on LN are backed up by the full security of the Bitcoin network. Lightning is designed for instant payments between nodes, but similar to running a Bitcoin node, running your own is the only way to be sovereign. When you have your own node, you will have the convenience of linking a Lightning wallet, for use on the go. It is also possible to earn an income (granted a very small one at this time), if you are willing to learn how to become a 'routing node.'
-How do I get started with the Lightning Network?
-------------------------------------------------
-You might like to check out our video on Using the Lightning Network
+Where can I find instructions to open a channel with Start9?
+------------------------------------------------------------
+Please check out our "Using Lightning" video `here `_.
.. youtube:: rAvoUNsobws
+Please remember to always open a "Private" channel with us, or your channel is likely to be closed. Please don't hesitate to reach out to us with any questions.
+
I opened a Lightning channel, but my local balance is lower than I expected. Where is the remainder?
-----------------------------------------------------------------------------------------------------
A fee to close the channel (onchain) is set aside at opening.