Skip to content
Snippets Groups Projects
  1. Jan 13, 2022
  2. Aug 30, 2019
  3. Jan 14, 2019
    • micressor's avatar
      Fix top menu items not highlighted. · 8f947e57
      micressor authored
      8f947e57
    • micressor's avatar
    • micressor's avatar
      Fix validation errors according to validator.w3.org · 0d1886dd
      micressor authored
      * Add html lang tag
      * Error: A charset attribute on a meta element found after the first 1024 bytes.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Error: Stray end tag input.
      * Warning: The language attribute on the script element is obsolete. You can safely omit it.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Error: duplicate menu ids
      * Baseof: Remove duplicate ids
      * Warning: The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
      * The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
      * Error: Element f12 not allowed as child of element p in this context.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Stray end tag input.
      * The language attribute on the script element is obsolete. You can safely omit it.
      * Unclosed element div.
      0d1886dd
    • micressor's avatar
      Hide emails from spam bots · c5385a73
      micressor authored and micressor's avatar micressor committed
      Found a interessting solution: https://stackoverflow.com/questions/483212/effective-method-to-hide-email-from-spam-bots#10300743
      c5385a73
    • micressor's avatar
      Templating briar · fb7cb2e9
      micressor authored
      * 1st try to template briar
      * Add home page
      * Add README.md
      * Fix markdown syntax
      * Convert config.toml into config.yaml
      * Add .gitignore
      * Templating <head/> part
      * Fix list and single page templating
      * Convert pages directly with pandoc
      * Configure link types: blogposts will have /post/ in front.
      * Templating site menus
      * Enable ATOM feed template
      * Templating homepage with news
      fb7cb2e9
  4. Dec 21, 2018
  5. Dec 19, 2018
  6. Dec 12, 2018
    • micressor's avatar
      Fix validation errors according to validator.w3.org · d16099e9
      micressor authored and micressor's avatar micressor committed
      * Add html lang tag
      * Error: A charset attribute on a meta element found after the first 1024 bytes.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Error: Stray end tag input.
      * Warning: The language attribute on the script element is obsolete. You can safely omit it.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Error: duplicate menu ids
      * Baseof: Remove duplicate ids
      * Warning: The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
      * The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
      * Error: Element f12 not allowed as child of element p in this context.
      * Error: An img element must have an alt attribute, except under certain conditions.
      * Stray end tag input.
      * The language attribute on the script element is obsolete. You can safely omit it.
      * Unclosed element div.
      d16099e9
  7. Dec 08, 2018
  8. Nov 29, 2018
    • micressor's avatar
      Templating briar · 6645173e
      micressor authored and micressor's avatar micressor committed
      * 1st try to template briar
      * Add home page
      * Add README.md
      * Fix markdown syntax
      * Convert config.toml into config.yaml
      * Add .gitignore
      * Templating <head/> part
      * Fix list and single page templating
      * Convert pages directly with pandoc
      * Configure link types: blogposts will have /post/ in front.
      * Templating site menus
      * Enable ATOM feed template
      * Templating homepage with news
      6645173e
Loading